You have a partner that uses LinkTrust and you need to place a third-party pixel for their partner account when the offer only supports Image pixels. Here’s an example LinkTrust conversion pixel:
<script type="text/javascript" src="http://a.gmtrack.com/pixel.track?CID=10000&MerchantReferenceID={transaction_id}"></script> <noscript><img src="http://tracking.linktrust.com/pixel.track?CID=10000&p=img&MerchantReferenceID={transaction_id}" width= "1" height="1" border="0" /></noscript>
To format the JavaScript code so that you can enter it as a third-party image pixel in TUNE, remove the <script> tag. Then remove the <noscript> tag around the <img> tag.
After removing these tags, the above pixel from LinkTrust looks something like this:
<img src="http://tracking.linktrust.com/pixel.track?CID=10000&p=img&MerchantReferenceID={transaction_id}" width="1" height="1" border="0" />
Then place the image pixel above as a third-party image pixel for the partner in your TUNE platform.