Support Questions:How to track conversions cookieless client-side
From HasOffers
Cookieless tracking can be implemented on client-based tracking methods of iFrame Pixels and Image Pixels.
By default, iFrame Pixels and Image Pixels record conversions based on cookie information set. If a user doesn't have cookies enabled or for any other reason doesn't have cookie, then a conversion won't be recorded.
If you include a transaction ID in an iFrame or Image pixel and there isn't a cookie set, it will check to see if the transaction_id specified is valid and record a conversion.
Setup Cookieless Tracking on Pixels
To enable cookieless tracking on an iFrame Pixel or Image Pixel, is simple. Pass the HasOffers transaction ID to the advertiser, then on conversion include the transaction ID value in the pixel.
1. First include {transaction_id} into the default Offer URL. If you have multiple Offer URLs, include {transaction_id} in all of them. The advertiser will need to store the transaction_id value in their system so that when the conversion tracking pixel is displayed on the offer, the advertiser can pass back the transaction_id value in the conversion tracking pixel.
Sample Offer URL: http://coolred.com/hasofferstests/acai.php?sub={transaction_id}
2. Then in the conversion tracking pixel append &transaction_id= followed by the value of the transaction_id that was passed to the advertiser.
Sample iFrame Pixel:
<iframe src="https://demo.go2jump.org/aff_l?offer_id=2&transaction_id=" width="1" height="1" ></iframe>
Sample Image Pixel:
<img src="https://demo.go2jump.org/aff_l?offer_id=2&transaction_id=" width="1" height="1" />
The advertiser will then need to pass in transaction_id into the src like: https://demo.go2jump.org/aff_l?offer_id=2&transaction_id=1234435345345
Email this page to a friend or co-worker