Adform DMP offers the ability to remove users from specific or any audiences after an opt-out.
To Opt-Out from Adform targeted advertising and website tracking click here.
End users can opt out of global data collection by visiting the websites of our industry standards partners:
DMP clients can also remove users from all previously created audiences in three different ways:
-
Through file uploads in the UI.
-
Through server-to-server file transfer.
-
Calling the DMP profiling URL.
When sending individual deletion requests, you can submit any previously onboarded user IDs, along with the deletion request.
Removing Users from DMP Audiences
To remove a UUID from an audience using the Manual upload, use "--" before the OwnerID, for example sg=--94.
To remove a UUID from an audience using Direct Pixel, first decide if you want to remove the user ID from all audiences or from a specific audience. To remove user IDs from a single audience, use the same format as in manual upload - put "--" before the audience's OwnerID, for example sg=--94. To remove user IDs from all audiences, specify --Delete All as an ID.
Examples
<img src="//dmp.adform.net/dmp/profile/?pid=12345&sg=--94" style="display:none !important"> |
The pixel setup removes a UUID from audience 94. Replace 12345 with your ID. |
<img src="//dmp.adform.net/dmp/profile/?pid=12345&sg=--DeleteAll" style="display:none !important"> |
The pixel setup removes a UUID from all existing audiences. Replace 12345 with your ID. |