We have the entire AEP setup on customer level. And for every customer, all their accounts are available in array format.
We want to achieve the below objective in AJO:
Objective - For a journey, if a customer ‘X’ gets communication for his one account say ‘123’, they should not get targeted for same account again, however if X opens other account ’456’ (of same or different account type) - they should be targeted.
Initially to exclude already targeted customers we were leveraging ‘journey version id’ so that after first communication customer gets scrubbed even if they’re present in source audience. And due to this customer get only one communication for their first account but we want communication for every new account open.
Please provide your inputs on the same. @SatheeskannaK @dugganab @Anuhya-Y or anyone who has achieved this.
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @preet07 whenever someone creates an account on web you will have to trigger an event along with the profile creation step.
You segment should look at incremental events not profile attributes;
Hello @preet07 How are you reading the audience for this journey?
This should fix the issue
Hi @_Manoj_Kumar_ - Thank you for the quick reply.
We’re using the read audience to initiate the journey. Could you please elaborate the second option in your answer? I’m still new to the tool.
Also just a thought regarding incremental read -> since the entire data is on customer level, wouldn’t incremental read scrub the customer (profile) itself when they’re targeted once? This would mean any new account for that customer would also get excluded.
Views
Replies
Total Likes
Hello @preet07 whenever someone creates an account on web you will have to trigger an event along with the profile creation step.
You segment should look at incremental events not profile attributes;
Got your point, @_Manoj_Kumar_ .
Thank you for the explanation.
However, in the eventType field dropdown, I’m unable to find ‘registration’ or anything related to new account creation.
Could you suggest a workaround here?
Views
Replies
Total Likes
Hello @preet07 You can either just type the value by yourself like I did in the screenshot
or
If you want to add this event to appear in dropdown then you will have to edit your schema and add that option manually.