Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To configure an opt-out URL you need to know the tracking domain related to the advertiser and the internal ID of the advertiser. Both the tracking domain and the advertiser ID can be found on the UI page with the main advertiser settings. To get to the main advertiser settings, make sure you are logged in to your admin UI, click ‘advertiser’ in the main menu and proceed to click on ‘manage advertisers’. In the overview of all the advertisers on your platform, click on the  icon next to the relevant advertiser. On the page appearing now, you will find both the tracking domain and the advertiser ID on the bottom of the page in the right column. Please make sure you don’t confuse the advertiser ID with the much shorter MID of the advertiser you will find on the main advertiser page.

Configuring the URL

Option 1: Opt out for the tracking domain

After you have copied the tracking domain and the advertiser ID, paste them in the following URL:

Code Block
https://[tracking_domain]/ts/[advertiser_ID]/tsv?settrackingoptout=d

If the elements mentioned have been pasted properly, the URL will look more or less like this:

Code Block
https://marketing.net.advertiser.com/ts/i1234567/tsv?settrackingoptout=d

Option 2: Opt out for the advertiser

After you have copied the tracking domain and the advertiser ID, paste them in the following URL:

Code Block
https://[tracking_domain]/ts/[advertiser_ID]/tsv?settrackingoptout=a

If the elements mentioned have been pasted properly, the URL will look more or less like this:

Code Block
https://marketing.net.advertiser.com/ts/i1234567/tsv?settrackingoptout=a

You can integrate this URL in whatever way you want to handle non-consent to tracking on your advertiser’s website. To make sure the URL is working fine, make sure you test it. Copy and paste the URL in a browser. If you do so, you should see a blank page that contains one pixel only. Depending on the type, you will find the opt-out cookie stored in your browser.

...

Code Block
https://marketing.net.advertiser.com/ts/i1234567/tsv?settrackingoptout=a&trg=https%3A%2F%2Fwww.advertiser.com

...