Is there a way to remove Profile Attribute / Profile Script Attribute?
I am looking for a way to remove a Profile Attribute / Profile Script Attribute for a User whose profile is not yet expired. Is there a way to do this?
I am looking for a way to remove a Profile Attribute / Profile Script Attribute for a User whose profile is not yet expired. Is there a way to do this?
If you want to do this via an offer, you could reset the profile attribute to an empty string:
adobe.target.trackEvent({
'mbox': 'YOUR-MBOX',
'params': {
'profile.YOUR-ATTRIBUTE': ''
}
});
Note that this does not remove the parameter but resets/removes the parameter value.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.