I'm working on AJO API Triggered Campaigns, well I'm trying to write a logic populate the personalization values from API JSON Payload on a HTML Template using below logic and json paylaod!Question: help me how to define and populate the value for "name" form below json payload at each iterated ind...
I'm Currently working on API Triggered campaign with in AJO and migrating Adobe V7 Realtime message center campaigns to AJO, I'm unable to replicate the below JavaScript logic from ACC to AJO Help me with any references or code snippets to transfer below ACC logic to AJO PQL Query logicSpecifically,...
I'm Currently working on API Triggered campaign with in AJO and migrating Adobe V7 Realtime message center campaigns to AJO, when I'm trying to replicate the below JavaScript logic from ACC to AJO Help me with any references or code snippets to transfer below ACC logic to AJO PQL Query logicLogic:<%...
help me how to define an mirror page url function with ajo api triggered marketing email templates, using below reference<% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %><p align=center><font style="font-family: Verdana, Arial; font-size: 10px">If you are unable to view this mes...
How to define/personalize an if else condition for AJO API Trigger Campaigns email templates for {{context.make}} for below pattern<% if((make!='a') && (make!='b') && (make!='c') && (make!='d')){%>"a" </a><%} else if((make=='a') && (model=='b')){%>"b" </a><%} else {%> "c"</a> <%}%>