When working with 1ShoppingCart, use the steps below to set up offer tracking.
1. Edit Your “Thank You” Page
1ShoppingCart allows you to have your own custom “Thank You” page. You will need to set up your custom thank you page and then edit it.
2. Place the Code on Your “Thank You” Page
Insert the iframe pixel code right before the first row of text or somewhere at the end of the page body.
Offer_id is the ID of the offer in your TUNE network. Append &amount to track the sale amount and the order number with each conversion.
Simple Code
&amount=<?=$_POST['Total']?>&adv_sub=<?=$_POST['orderID']?>
Example of Integration (Using iFrame Pixel)
<?php $order=$_POST['orderID']; $total=$_POST['Total']; ?> <html> <body> <!-- Offer Conversion: Test Offer --> <iframe src="http://demo.go2cloud.org/aff_l?offer_id=4&amount=<?=$total?>&adv_sub=<?=$order?>" scrolling="no" frameborder="0" width="1" height="1"></iframe> <!-- End Offer Conversion --> </body> </html>
For other issues relating to 1ShoppingCart, you can contact their support team.