Is it possible to perform a conditional within an HTML, using a field from an import entity, as in the example below?It is showing an error for me. {%#if profile._cogna.audienceEnrichment.CustomerAudienceUpload.2d643823-3861-4897-a603-03806d6d5651.qtd_disciplina = "1"%} This is the error: Invalid sy...
Hello , I setup the codeBase channel and followed the documentation : https://experienceleague.adobe.com/en/docs/journey-optimizer/using/channels/code-based-experience/get-started-code-based.The rule is firing , i can see all logs in Adobe experience debugger like request ,events but am not seeing a...
Trying to access the JSON offer in the email template for custom rendering format. The offers are stored as JSON. (Saved the JSON into HTML placemnt) Trying ways to access JSON as an object in an email template to custom render. <% let selectedOffer = offer.html['dps:offer-placement:12324324']['sps...
Hi everyone! We use profile caps to limit how many profiles will pass through the journey, but I want to know if there's a way to set this profile limit using functions on the data source condition in advanced mode. For example, I want to get all the users whose "Color" field is "GREEN" - #{Experie...
Hi all, We are dealing with a behavior in AJO that reflects that I have received an email but I actually haven't. Is there anywhere we can see the resons, because on the table events is not reflected. Best, Celia
Hi All, Is it possible to ingest subscription and consent data to AJO default system generated schema dataset 'AJO Consent Service Dataset' using API or Web SDK? If yes, please share some details on how to ingest it. Schema: AJO Consent Service Schema Dataset: AJO Consent Service Dataset Thanks, ...
Hi AJO Community,I'm currently testing the Journey Entry Capping functionality in a journey that is triggered by an event. The rule is configured so that a profile can only enter the journey once per day.However, when I try to trigger the journey a second time (to validate that the entry capping rul...
it seems like hard to control the profile go into the path what I would let it come through. example above: what I understood is the path 1 is always take precedence over path2 in the order of condition node. however, as long as I move path2 higher than path1 is then opposite. one profile is eligibl...
Hi! Suppose we have an event configured to listen for new entries into a specific schema (X schema). If I have a journey published and listening to that event, will a new entry into that schema (for example, coming from Web SDK) automatically trigger the journey? Or does the journey only trigger if ...