Expand my Community achievements bar.

Amit_Kumar
Amit_Kumar
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • https://docs.campaign.adobe.com/doc/AC6.1/en/RPT_Creating_new_reports_Configuring_access_to_the_report.htmlor you can simply go to action for given report and mass update the selected lines and update the value of variable to true.Regards,Amit

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • parmeshwar wrote... Hi, I have tried with weight option. When I give same weight to the offer it displays random offers. Help me on how to display the offers in round robin fashion. Thanks.  You can't decide the algorithm to display offers having same weight. This will always be random. either creat...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    0
  • Scott Gaulin wrote... Thanks for the reply Amit. We are using version v6.1 and do not have AEM. The developer is using SOAP so could you expand on how to create a custom method to return those values? We'd certainly appreciate it.   Best,   Scott  for your use case you need not to write a cutsom met...

    Type

    Questions

    Views

    1.4K

    Like

    1

    Replies

    0
  • alistairk39680404 wrote... Hi Amit, We reached a working conclusion at about the same time :) I simply reversed by query criteria and used a 'contains' operator. No need to actually split the variable. I'll need to test this further but I suspect this is will work as required. Appreciate all the he...

    Type

    Questions

    Views

    3.8K

    Likes

    0

    Replies

    0
  • Scott Gaulin wrote... Hi all, Is there a way to pull data back via API from a linked field?  We are attempting to pull back data from the subscriptions and services fields attached to our recipient data to enrich/update our internal database with the members current subscriptions. The problem is tha...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Hi Alistair,Here is your working solution.var listOfIds  = new Array(); for each (var sub in String(vars.varName).split(',')) listOfIds.push(parseInt(sub)); vars.listOfIds = listOfIds;      Regards,Amit

    Type

    Questions

    Views

    3.8K

    Like

    1

    Replies

    0
  • Thanks for the clarification! What i believe now you have to rely of query def to get the results.In query activity I am not sure if we can convert this to a csv integer values for INCLUDED IN results. Let's wait for Him.Regards,Amit

    Type

    Questions

    Views

    3.8K

    Likes

    0

    Replies

    0
  • Shachar Optimove wrote... Thank you! i saw that API, but still couldn't get the full picture. the flow i'm trying to create is  1. Fetching the templates from Adobe campaign- meaning all the available mailing/push that could be sent. 2. passing a list of recipients to Adobe Campaign, and the templat...

    Type

    Questions

    Views

    3.6K

    Like

    1

    Replies

    0
  • Hi Ketan, you need to make that report as global otherwise will not be available in the global dashboard.refer to  following screen.Regards,Amit

    Type

    Questions

    Views

    1.4K

    Likes

    2

    Replies

    0
  • Hi Alistair, Please use the following and this will work in campaign workflow. and refer to the following package code for reference.var listOfIds = String(vars.varName).split(','); logInfo("first value " + listOfIds[0] ); logInfo("Second value " + listOfIds[1] ); logInfo("third value " + listOfIds[...

    Type

    Questions

    Views

    3.8K

    Likes

    0

    Replies

    0