Versions Compared

Key

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

...

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" 
  style="position:absolute;width:0;height:0;border:0;"
><iframe>></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): 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

...

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">
  style="position:absolute;width:0;height:0;border:0;"
<iframe></iframe>