Offer Personalization Based on User's Last Click | Community
Skip to main content
Best answer by TNxx

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.

1 reply

TNxx
Level 3
May 8, 2025

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.

PrasanthVAuthor
Level 2
May 8, 2025

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

TNxx
TNxxAccepted solution
Level 3
May 8, 2025

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.