Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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?
Solved! Go to Solution.
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.
View solution in original post
This is an enhancement request around this issue here:
Delete profile attributes
Views
Likes
Replies
Like