Expand my Community achievements bar.

Amit_Kumar
Amit_Kumar
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Abhijit,The idea is quite simple actually, it will be a two-step process.1. add click tracking formula and use a placeholder value for label like below&utm_source=NEOLANE&utm_medium=email&urllabel=--label--&utm_campaign=<%= message.delivery.internalName %>2. Got to the typology rules and select t...

    Type

    Questions

    Views

    5.1K

    Likes

    0

    Replies

    0
  • Hi,Regex is not supported by ootb but i did some digging and you can use a regex like this if you are using PostgreSQL// sample query using regEX ^\\d{8}var queryCountPopulation = xtk.queryDef.create(<queryDef schema="nms:recipient" operation="select"><select><node expr="@mobilePhone" alias="@mobile...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • Hi Daeho,This option was available in old neolane versions. Adobe introduced a new security patch in 6.1 which will not allow this. This can be enabled by updating allowSQLInjection  in server configurations.Read this for more details: General configurations Regards,Amit

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • <where filterName="backGroundFilterFrm" filteringSchema="nms:recipient" id="13601463290">    <condition boolOperator="OR" expr="subscription" internalId="1360146501" setOperator="NOT EXISTS">      <condition boolOperator="AND" expr="@yrOptinTypeID = 2" internalId="1360146504"/>      <condition boolO...

    Type

    Questions

    Views

    2.6K

    Like

    1

    Replies

    0
  • Hi Andrer,It seems you are using an invalid data type from CRM. Adobe campaign support following types for integration.checkboxdatedate/timeintegercurrencypercentnumberidphoneemailpicklisttexttext (long)Check this against your import and remove them if there is any or cast them to one of the above w...

    Type

    Questions

    Views

    1.5K

    Like

    1

    Replies

    0
  • ignore the second part, Forums formatting messed up. use thisfunction getResponseJSON(request) { var responseJSON = {};   if(request && request.response && request.response.body) {     var rawResponse = request.response.body.toString();     if(rawResponse)     {       responseJSON = JSON.parse(rawRe...

    Type

    Questions

    Views

    1.9K

    Like

    1

    Replies

    0
  • yeah, it's &&. I made a typo. here you go, do not forget to add required libraries.function getResponseJSON(request)  {  var responseJSON = {};    if(request && request.response && request.response.body) {      var rawResponse = request.response.body.toString();      if(rawResponse)      {        re...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    0
  • Hi Sasane,Please find my answer inline.1) What are the questions that a client should be asked for choosing which version to use? It's subjective so can not answer for you. Usually, you can start asking where they have their existing database, would they be okay hosting their marketing database in c...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • HI David,Use below function to get the response from Request objfunction getResponseJSON(request){var responseJSON = {};  if(request &&& request.response && request.response.body) {    var rawResponse = request.response.body.toString();    if(rawResponse)    {      responseJSON = JSON.parse(rawRespo...

    Type

    Questions

    Views

    1.8K

    Like

    1

    Replies

    0
  • Hi Martin,You need to upgrade your build to 8896 or high¨re to use TLS 1.2.Regards,Amit

    Type

    Questions

    Views

    4.4K

    Likes

    0

    Replies

    0