Expand my Community achievements bar.

Amit_Kumar
Amit_Kumar
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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

    2.5K

    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.4K

    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

    2.4K

    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

    5.5K

    Likes

    0

    Replies

    0
  • Hi Scott,Things are really interesting actually.List: This type is used to extend the list schema using Extension data. In short, this enables us to have the extra column to ootb table.it can be the recipient or any adobe schema.Group: This type is used to store a relationship with only recipients a...

    Type

    Questions

    Views

    2.9K

    Like

    1

    Replies

    0
  • Hey Scott,Hope you are doing well! I know there are not enough document to explain that in details but Here are my findings of the list management in Adobe campaign. There is 4 type of list supported by Adobe campaign.FileGroupListTemplateAdobe campaign input forms are primarily focused on List type...

    Type

    Questions

    Views

    2.9K

    Like

    1

    Replies

    0
  • Hi Salvatore,You need to set the validationMode = "auto"; for the given delivery and it will work.sample script will look like thisvar delivery = NLWS.nmsDelivery.load(deliveryId);delivery.scheduling.validationMode = "auto";delivery.validation.useBudgetValidation =false;delivery.validation.useConten...

    Type

    Questions

    Views

    3.0K

    Like

    1

    Replies

    1
  • Hi Vipul Raghav & Alistair,I have reached out to my team and just to confirm how did they enabled it, You are correct Tech support will not be able to enable this for you. In our case, it was Adobe Consulting/Engineering team as they have access to SMPPConnector.java and smpp34.jsp.we had to involve...

    Type

    Questions

    Views

    4.7K

    Like

    1

    Replies

    0
  • Hi,This should not cause the problem but how are you adding this tracking param, some typology rules?Meanwhile, I have a small script which you can use in control type typologies on in deliveries. This should fix your issuevar nbUrls = delivery.content.html.urlConfig.url.length;// Loop through all U...

    Type

    Questions

    Views

    4.1K

    Likes

    0

    Replies

    0
  • Hi Rajesh,It's possible, ask Neolane support so that they can grant different level of access to other roles like in one of my accounts I do not have access to create new operators/internal tickets as I am not Account Manager for that client.screenshot for reference!Regards,Amit

    Type

    Questions

    Views

    1.5K

    Like

    1

    Replies

    0