조회 수
답글
좋아요 수
You can use the following snippet as a reference
((((toInteger(substr(toString(now()),0,4))) -
(toInteger(substr((#{ExperiencePlatform.ProfileFieldGroup.profile._tenant.personExtn.birthDateStr}),0,4)))) <= 40))
and
((((toInteger(substr(toString(now()),0,4))) -
(toInteger(substr((#{ExperiencePlatform.ProfileFieldGroup.profile._tenant.personExtn.birthDateStr}),0,4)))) >= 18))
You can use the following snippet as a reference
((((toInteger(substr(toString(now()),0,4))) -
(toInteger(substr((#{ExperiencePlatform.ProfileFieldGroup.profile._tenant.personExtn.birthDateStr}),0,4)))) <= 40))
and
((((toInteger(substr(toString(now()),0,4))) -
(toInteger(substr((#{ExperiencePlatform.ProfileFieldGroup.profile._tenant.personExtn.birthDateStr}),0,4)))) >= 18))
@Mohan_Dugganab Thanks for the reply. can we get the age value so it can be exported externally?
조회 수
답글
좋아요 수
You can actually write the value of this expression using update profile activity into one of the existing attributes on profile (say age) and then use it for exports
Kindly take a note of the below - https://experienceleague.adobe.com/en/docs/journey-optimizer/using/orchestrate-journeys/about-journe...
If you would like this to be handled as part of data load itself, you may want to explore data prep functionality https://experienceleague.adobe.com/en/docs/experience-platform/data-prep/home
조회 수
Likes
답글