Audience set up - UI element that goes away without DMP
Hi, I'm trying to set up an audience rule to display an UI element until users interact with it, then hide it. Is there a way to do that in absence of a DMP?
Hi, I'm trying to set up an audience rule to display an UI element until users interact with it, then hide it. Is there a way to do that in absence of a DMP?
Hi @a_hulshof ,
Trigger below code on click of UI element. Profile variables will be stored in the profile. So, you can use the profile variable, to hide the content across the sessions.
adobe.target.trackEvent({
"mbox": "clicked-cta",
"params": {
"profile.param1": "true"
}
});Create an Audience to show content when "profile.param1" value is not set.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.