Never miss an update of the Adobe Journey Optimizer Community Lens! Subscribe now to get the latest updates, insights, and highlights delivered straight to your inbox every time a new edition drops.
How do we manage opt-out using AJO (not external opt-out) when there are multiple brands ? The one-click optout or optout using landing page automatically updates the global opt-out - consents.marketing.email.val which will opts out the user from all communication(irrespective of brands). How can we...
Hi, could enabling the Create New Profiles option explain some of the delays in email sending? I’m currently experiencing delays when sending transactional emails with this setting turned on.
We are assessing AJO currently, and have come across this limit. Would appreciate if you could share valuable insights if you had experience such case where client reached this limit, and had to do workaround. General journey guardrailsThe number of activities in a journey is limited to 50. The nu...
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> <%}%>
Does Mobile SDK automatically collects such as data? Does it need to be send back to SDK using this method:https://developer.adobe.com/client-sdks/edge/adobe-journey-optimizer-decisioning/#single-offer-interactions-events-tracking ?
Hi is there a way to export the data from a campaign, specifically the namespace id of the profiles and the campaign name, date, etc ? Thinking of sending a feed to a CRM system with the results of the send via customer so we can update records there thanksMarc
Hi something very odd going on. If i send a journey email communication i can see the outbound email as sent within the events on the profile lookup. If I send a campaign, the emails send but do not appear on the profile event tab. if i then run sql against the AJO tables, specifically the ajo feedb...
Hi, I'd like to extract channel templates using API but the thing is that none of my templates were created in the "Content Template" section and I think the Content Template API is pointing to that section. All my templates were created using Campaign or Journeys. So, I need to extract from AJO all...