Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
Does anyone successfully implement push and in-app (beta) messaging? I am trying to use Firebase for android and iOS and checking if anyone created any custom action for a similar use case as the configurations are different for APN and Firebase as per Adobe doc. Thanks!
When we tried below code it is not working properly in AJO JSON. Anyone know how do we check date > 1 or date < 14 {{#each profile._nordea.Trigger.Triggers as |ABC|}}{%#if ABC.triggerName="trg_UAT_NCCL" and (ABC.dateAttribute02.getDayOfYear() <= currentDayOfYear())%} {"content_id":"UAT"}{%/if%}{{/ea...
https://experienceleague.adobe.com/docs/journey-optimizer/using/data-management/datasets/datasets-query-examples.html?lang=en How could I export these email tracking data automatically at weekly or monthly? https://experienceleague.adobe.com/docs/experience-platform/destinations/ui/activate/ex...
Hi AJO Team! I am new with Adobe Journey Optimizer, may I ask if how can I dynamically display current year on every timezone using functions of AJO. here is my code but it displays "false".{%= formatDate(now, "%4Y") %}Thanks in advance!
We have custom action configured where we are passing certain fields. The requirement is to send the field as 'null' where we don't have the data. We used the below functionality of AJO to set the value as null but the problem is AJO does not send this field name itself in the REST call if the value...
Hi there I would like to personalize an email as following: If Attribute 1 = "A", then show value of Attribute 2. Both attributes are available in Profile. Example CustomerAttribute 1Attribute 2JohnA100JohnB200JohnC300 Output:100 I tried replicating through Helper Functions with a IF statement...
Hi, We get some events triggered at 4 am at night and we want to wait until the next day at 9 am until we send the e-mails. I saw that I could use the expression field for that, but I have no idea how to code it. I also couldn't really find it in the documentation. So I basically want what is a...
Hi all, I'd like to add the URL of the mirror page in the text version of a message. Does anyone know how I can implement this in the text version? Many Thanks, Rob
Hi, I am trying to send an email to members with an unsubscribe link using manage optout I have found out that optout (un-subscription) is handled by the Consents and Preferences field group which needs to be added to the profile-enabled schema, which is working fine after implementation. Que...