I want to add a condition in my activity (Activity A) to exclude people if they are qualifying for another activity (Activity B). I tried using profile param (user.activeActivities) and checking if activity ID for Activity B is present in the list, if so, exclude the user from Activity A. It is not working.
Any suggestions?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @TNxx,
On the first page load, the user hasn't yet qualified for either Activity A or B in their profile stored on Adobe Target's edge network. That means:
First visit:
Second visit (or later):
To enforce mutual exclusivity of Activity A and B on the first visit, you’ll need a different approach. Options include:
Caveat: Still subject to same lifecycle delay.
Thanks.
Pradnya
I am trying to understand why the profile scripts won't work in this situation. Also, activities have priority added. Cannot restrict using priority as we are inserting content and have multiple other activities running on same selector.
Views
Replies
Total Likes
Have you tried using -> Use profile scripts to test mutually exclusive activities
Views
Replies
Total Likes
I don't want users to qualify for activity randomly. What I want is if user qualifies for one Activity A, then it should not qualify for Activity B. And I cannot use audience exclusion for that, as in activity A, we have some profile logic according to which its qualification changes.
All I am trying to understand is why (user.activeActivities) won't work on first load of activity, but it does afterwords.
Views
Replies
Total Likes
Hi @TNxx,
On the first page load, the user hasn't yet qualified for either Activity A or B in their profile stored on Adobe Target's edge network. That means:
First visit:
Second visit (or later):
To enforce mutual exclusivity of Activity A and B on the first visit, you’ll need a different approach. Options include:
Caveat: Still subject to same lifecycle delay.
Thanks.
Pradnya
Thanks for the explanation!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies