활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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,
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
@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.
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
@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
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수