Hi all,
I'm currently working with Adobe Journey Optimizer (AJO) and have a specific requirement to initiate a journey based on dynamic dates. In my case, I have already captured an attribute termed "Arrival Day" within the Customer Data Platform (CDP).
My objective is to utilize this arrival date to trigger a journey three days prior, meaning the trigger should be set to "Arrival Day - 3". Could anyone provide guidance or steps on how to configure this setup in AJO?
Thanks,
Allen
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@yesraptors12, You can start with the segment qualification activity after that have a condition activity to filter profiles that meet the "Arrival Day -3 = Today" criteria using AJO functions. Those who don't meet the criteria put it in an alternative path. Sample expression to try,
toDateOnly(toString(nowWithDelta(3,"days")))==toDateOnly(toString(Arrival Day))
@yesraptors12, You can start with the segment qualification activity after that have a condition activity to filter profiles that meet the "Arrival Day -3 = Today" criteria using AJO functions. Those who don't meet the criteria put it in an alternative path. Sample expression to try,
toDateOnly(toString(nowWithDelta(3,"days")))==toDateOnly(toString(Arrival Day))
Hi @SatheeskannaK,
I appreciate you getting back to me. I am a new AJO user, do you mind point me in the right direction on where to input this formula?
Should it go under AJO's Audiences, Events or Actions or input this formula inside the Journey somewhere? I'm still learning my way around the platform, so any guidance you can provide on the best place for this formula would be greatly appreciated.
Thank you for your time and assistance!
Cheers,
Allen
Views
Replies
Total Likes
toDateOnly(toString(nowWithDelta(3,"days")))==toDateOnly(toString(#{ExperiencePlatform.ProfileFieldGroup.profile.person.birthDate}))
@SatheeskannaK Sincerely appreciate you taking the time to enlighten me on this topic. Thank you very much for your kind assistance.
Thanks,
Allen
Views
Likes
Replies