Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!

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.