Learn how to remove Profile Attribute
Description description
Environment
Adobe Target
Issue/Symptoms
Is there a way to remove a Profile Attribute / Profile Script Attribute for a user whose profile has not yet expired?
Resolution resolution
This can be done via an offer. The profile attribute could be reset 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.
recommendation-more-help
experience-cloud-kcs-help-kbarticles