Expand my Community achievements bar.

JOIN US Next Wednesday, 12/6/23 @ 8am PT for the next Community Q&A Coffee Break! Bring your Machine Learning, AI Reporting & Analysis Questions to the chat. Experts Brent Kostak, Cristinel Anastasoaie, & Drew Burns of the Adobe Target Product Team will be providing deep insights and useful tips

Adobe Target - Show experience for once to user

Avatar

Level 2

Hello,

I want to set a rule to show an experience to user only for once. after a scheduled time, the rule will reset itself and it will be shown again to that user.

How can I manage this in Adobe Target ?

Thanks,

Burçak Köksal

2 Replies

Avatar

Level 4

Hi,

There is no out of box method avaialble for that. However you can do this via an offer, you could reset the profile to an empty string:

adobe.target.trackEvent({

'mbox': 'YOUR-MBOX',

'params': {

  'profile.YOUR-ATTRIBUTE': ''

}

});

Hope this helps.

Thanks

Pranav

Avatar

Employee

Hi,

You can try and explore the option of using the advanced settings option under "Goals and settings" to determine what experience is shown after the conversion is achieved.

1581497_pastedImage_0.png

Goals and Settings

Or you can consider potential implementation strategy with script profile parameters based on number of visits or frequency etc and use them in as audience criteria to show different experiences.

Behavioral Targeting Examples and Tips

Hope this helps.