Hi,
How do I set a condition in Adobe Target where I can show an experience only once to a user.
Example - We show a pop up message on Page A to the user in a selected audience, user navigated to other pages, arrives back on Page A, pop up should not be shown (reverts to default experience).
I read this is somewhat be possible with Goal settings. However, it will only work if using Adobe Target metrics. We will be using A4T so not going to work for this use case.
Any feedback will be greatly appreciated.
cheers,
Solved! Go to Solution.
Views
Replies
Total Likes
@winstonl3651471 If goal metrics as explained by @Pawan-Gupta doesn't meet your need, you can leverage profile scripts and handle if you want to show the same experience to the user again or not.
Try the goal setting option under advance setting
as below
There are three options for what happens after a visitor reaches the goal metric:
also refer - https://experienceleague.adobe.com/docs/target/using/activities/multivariate-test/create-mvt/goals-a...
for details.
Views
Replies
Total Likes
Views
Replies
Total Likes
@winstonl3651471 If goal metrics as explained by @Pawan-Gupta doesn't meet your need, you can leverage profile scripts and handle if you want to show the same experience to the user again or not.
Hi Winston, below code you can use to fire a trackEvent:
/*fire this when pop is shown*/
adobe.target.trackEvent({
"mbox": "popShown",
"params": {
"profile.isPop": true
}
});
Audience setup :
Visitor Profile > isPop>equals>static value>false
hope that helps
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Like
Replies