Sometimes you want to track conversion on a link, such as download a flier or rebate form.
Our "normal" conversion code is supposed to be installed on web PAGE(S). The code in that case looks like:
<!-- Conversion Pixel - PDF_Catalog_Link - DO NOT MODIFY -->
<img src="http://ads.digitalthrottle.com/px?id=221322&redir=
http://aeroquipperformance.com/files/2013-catalog.pdf&t=2" width="1" height="1" />
<!-- End of Conversion Pixel -->
But, to use the conversion code on a link, you want to add the Digital Throttle code before the actual download link. This will basically track the conversion and then send the user to the link.
There are two pieces:
a. Strip out the img src code as shown and add "&redir=" as shown:
http://ads.digitalthrottle.com/px?id=######&redir=
b. Then add your actual download link to the end of the "=". So if this was your actual link:
http://aeroquipperformance.com/files/2013-catalog.pdf&t=2
c. The final code would look like (the bold is the setup from step a above.
http://ads.digitalthrottle.com/px?id=######&redir=http://aeroquipperformance.com/files/2013-catalog.pdf&t=2
See the .txt file for a real example also:
0 Comments