Hi @Varun_Kalra1 I think we should try to create a custom event to capture the combined context of both the transaction and offer events. This event can include fields like transactionId, offerId, purchaseAmount, storeName, and any other relevant details.Once we have the events we can configure th...
Hi @Umamaheswari_Yakkala , Currently this is not supported in AJO but will be soon.@SatheeskannaKhas provided a workaround in https://experienceleaguecommunities.adobe.com/t5/journey-optimizer-questions/put-a-key-here-in-enriched-audience-ajo-journey/m-p/629771 please have a look.
To update the consent value for the "email.val" field in a journey using update activity, follow these steps:Select the Schema and Dataset: Ensure you are selecting a profile-enabled dataset.Locate the Consent Field: Navigate to the field selection area and find the "consent -->email-->val" field. E...
Hi @god_prophet , 1- Could you share a screenshot of the General tab for your split activity? Also, is the what all options from Result checkboxes are checked or unchecked 2- Can you confirm if the filtering dimension is the same as the targeting dimension?
Hi @harikrishnadevanabowina As AJO is a licensed Adobe product, you'll need to contact Adobe directly to obtain a license. Once you have access to AJO, the community can assist you with specific setup questions, such as configuring your sandbox environment, data ingestion, permission-related questio...
Hi @Ajo_WisdomChase There are a few options for modifying consent values.profile fragment Import: This involves creating a JSON/CSV file containing the updated consent value and importing it into the system.API Call: You can directly update the profile fragment using an API call.Journey Update Activ...
Hi @MA1985v1 , If the audience is set to use edge evaluation, AEP will evaluate audience membership in real-time or near-real-time as data is ingested. Any changes in the profile data that match the audience criteria will update the audience membership in real-time. This means that as soon as a user...
Hi @Prateek-Garg , Try using something like xdm:sourceProperty": "/{{tenantId}}/modelScores/[0]/runId. [0] in the path specifies the first element (index 0) within the modelScores array. You can replace [0] with the specific index of the element containing the runId field if your array has multiple ...
Hi @ShivaniM , you can use randn or UUID for generating unique identifiers.Alternatively, you can try concatenating fields. For example, combine the timestamp (now()) with other relevant fields to create a more specific identifier, or use ROW_NUMBER() along with the current date.Please refer https:/...