How to display an offer to an audience based on the most recently clicked product.
while the product is located on the homepage, the offer should be shown on a different page.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
You can trigger an mbox in the monitoring activity like below-
adobe.target.getOffer({
"mbox": "target-global-mbox",
"params": {
"profile.product": "clothes,
}
});
Then build the audience like below-
Note- the profile parameter name will not be availabe initially, fire the mbox for few times and in sometime Adobe Target will recognize it. Also, you can change mbox name from All mboxes to the name of mbox you are using.
Hi @PrasanthV ,
You can create a monitoring activity (a simple XT activity set to all visitors) on homepage, which fires an mbox when user clicks on a product. On the basis of that mbox values you can create a form-base or VEC activity on the page you want.
Hi @TNxx ,
I have created an activity using Experience Targeting.
Could you please elaborate on the step-by-step process and suggest which attribute to use to create the audience.
Thanks,
Prasanth
Views
Replies
Total Likes
You can trigger an mbox in the monitoring activity like below-
adobe.target.getOffer({
"mbox": "target-global-mbox",
"params": {
"profile.product": "clothes,
}
});
Then build the audience like below-
Note- the profile parameter name will not be availabe initially, fire the mbox for few times and in sometime Adobe Target will recognize it. Also, you can change mbox name from All mboxes to the name of mbox you are using.
Thank you for your solutions.
adobe.target.getOffer({
"mbox": "target-global-mbox",
"params": {
"profile.product": "clothes,
}
});
Could you please advise where I should add this code, in the Launch rule or within the Target experience?
Views
Replies
Total Likes
You can create a monitoring activity in target and add the code, for when user clicks on the button.
Or you can create a launch rule and add it on the click. Either way it should work
The offer is now being delivered. Could you clarify why two delivery calls are occurring? Additionally, I have observed that the "All Visitors" experience is sometimes rendered even after a product has been clicked.
Thanks,
Prasanth
Views
Replies
Total Likes