


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
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
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.
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.