Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.

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.