Context:1. Create Profile Scripts: We create many profile scripts through Adobe Target console (manually) based upon rules which can easily be automated if there are APIs. This way, all the rules can be listed in an Excel/CSV and a script can create necessary profile scripts. Later these scripts can...
Noticed today that Debugger Token can be generated through Adobe IO now. https://developers.adobetarget.com/api/#authentication-tokens Thanks for implementing the idea Adobe IO team
Hi there, yes - this is done dynamically as Target evaluates Customer Attributes similar to Profile Attributes as each mbox request. Will suggest testing your code to ensure you are getting expectes results. Regards,Rajneesh
Hi @helenf51726996, campaign ID is available as Activity ID under Overview section of activities (when you click on an Activity in the Activities list). Are you specifically looking for activity-id in the URL?Regards,Rajneesh
Hi @mattk84335255, while using dynamic tokens in offer-code, you can provide default valie like this:var x = ${user.x default="default_val"}; // Setting default value for profile attribute xHope this helps,Regards,Rajneesh
Hi @mattk84335255, you can use following code in Target offer to fetch a customer-attribute value directly:var a = "${crs.<integration-name>.<customer-attribute-name>}" Note that <integration-name> is name of Customer Attributes Integration and NOT the alias-id.Hope it helps,Rajneesh
Hi all, can someone please tell what is the maximum possible length of a profile script attribute?Adobe documentation states "Do not exceed 1,300 characters or 50 loop iterations" but thats for the script-code itself. Thanks in advance,Rajneesh