Versions Compared

Key

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

...

Then, create a HTML-creative with the following content

Code Block
<iframe 
  src="https://(TRACKING_DOMAIN)/ts/(EXT_AVERTISER_ID)/tsv?amc=#{ADMEDIA_CODE}&rmd=3&trg=(URL_OF_HTLP_ENCODED)+%26iclid%3D%23%7BICLID%7D"</iframe>" 
  style="position:absolute;width:0;height:0;border:0;"
><iframe>

Please Replace:

  • (TRACKING DOMAIN) with the tracking domain of your advertiser.

  • (EXT_AVERTISER_ID) with the external Advertiser Id (the Id with the format ixxxxxx)

  • (URL_OF_HTLP_ENCODED+%3Ficlid%3D%23%7BICLID%7D%0A: This consists of two parts:): The URL of the HTLP, it needs to be URL encoded. So https://yourshop.com/htlp.html becomes https%3A%2F%2Fyourshop.com%2Fhtlp.html

    add the parameter and placeholder iclid=

The placeholder #{

...

the placeholder #{ADMEDIA_CODE} ADMEDIA_CODE} and the tail of the link (+%26iclid%3D%23%7BICLID%7D) should be left as it is. It will be replaced with the publishers individual amc code for tracking purposes.

Example

Code Block
<iframe 
  src="https://marketing.net.ingenioustechnologies.com/ts/i5615284/tsv?amc=#{ADMEDIA_CODE}&rmd=3&trg=https%3A%2F%2Fyourshop.com%2Fhtlp.html%3Ficlid%3D%23%7BICLID%7D"</iframe>">
  style="position:absolute;width:0;height:0;border:0;"
<iframe>