Expand my Community achievements bar.

SOLVED

Is there a way to remove Profile Attribute / Profile Script Attribute?

Avatar

Level 3

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?

1 Accepted Solution

Avatar

Correct answer by
Level 1

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

2 Replies

Avatar

Correct answer by
Level 1

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.

Avatar

Employee

This is an enhancement request around this issue here:

Delete profile attributes