...
Code Block |
---|
<iframe src="https://(TRACKING_DOMAIN)/ts/(EXT_AVERTISER_ID)/tsv?amc=#{ADMEDIA_CODE}&rmd=3&trg=URL_OF_HTLP_ENCODED+%3Ficlid%3D%23{ICLID} %26iclid%3D%23%7BICLID%7D"</iframe> |
Please Replace:
(TRACKING DOMAIN): tracking domain of your advertiser.
...
The URL of the HTLP, it needs to be URL encoded.
add the parameter and placeholder
iclid=#{ICLID}
to transmit the iclid to the URL of the HTLP (also URL encoded:%3Ficlid%3D%23%7BICLID%7D%0A%26iclid%3D%23%7BICLID%7D)
the placeholder #{ADMEDIA_CODE}
should be left as it is. It will be replaced with the publishers individual amc code for tracking purposes.
...