Hi! I want to use the fields from an enriched audience (companyName and companyCount) in AJO journey,
but when I select the enriched field the advanced editor from journey looks like this
#{ExperiencePlatform.ProfileFieldGroup.profile._spnam.audienceEnrichment.entry('put_a_key_here').audienceEnrichmentChildMap.entry('put_a_key_here').companyCount}
Do you know what 'put_a_key_here' means?
Also I'm not able to add an Audience created in Audiece Composition in AJO Read Audience activity.
Thanks
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@Silvio6, I believe any audiences created using audience composition won't be available for journeys. It will be available for Journeys as of today. Similarly, the expression you're trying to use within Journey may not work.
https://experienceleague.adobe.com/docs/experience-platform/segmentation/faq.html?lang=en
But what I have found is within the journey expression I used 'put_a_key_here' value as dataset id which is accepting. Usually, enrichment attributes come from a dataset to enrich with existing audience. Hence, I used dataset ID. Not sure if this will work or not.
#{ExperiencePlatform.ProfileFieldGroup.profile._spnam.audienceEnrichment.entry('c123456').audienceEnrichmentChildMap.entry('c123456').companyName}=='abc'
anyone can help me? there's no any doc about this. Thanks.
Views
Replies
Total Likes
@Silvio6, I believe any audiences created using audience composition won't be available for journeys. It will be available for Journeys as of today. Similarly, the expression you're trying to use within Journey may not work.
https://experienceleague.adobe.com/docs/experience-platform/segmentation/faq.html?lang=en
But what I have found is within the journey expression I used 'put_a_key_here' value as dataset id which is accepting. Usually, enrichment attributes come from a dataset to enrich with existing audience. Hence, I used dataset ID. Not sure if this will work or not.
#{ExperiencePlatform.ProfileFieldGroup.profile._spnam.audienceEnrichment.entry('c123456').audienceEnrichmentChildMap.entry('c123456').companyName}=='abc'
good to know. I didn't want to activate the dataset for Profiles but I think it'll be the only way to have that new attribute for the profile in the journey.
Regards.