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://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:

...

To create the opt-in URL, you basically go through the same steps as for the opt-out URL. Again, you need the tracking domain and the ID of the advertiser and past them .

Option 1: Opt-in for the tracking domain

Paste the tracking domain and the ID of the advertiser in the following URL:

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

When you are done, the tracking URL will look more or less like this:

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

Option 2: Opt-in for the advertiser

Paste the tracking domain and the ID of the advertiser in the following URL:

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

When you are done, the tracking URL will look more or less like this:

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


You can add the same trg-parameter if you want to make sure customers are forwarded to a specific page. As with the opt-out URL, it is recommended to test it before you integrate it in the advertiser’s website.

...