Page 1 of 1

Need help in integration of pixel in success cehckout page

Posted: Thu Jun 28, 2012 8:29 pm
by abhishekdaaga
Hi,

I have tied up with a affiliate marketing company to promote my ecommerce portal campaign, they have told me to install a pixel on success page, whatever the code they gave I had pasted it in the success page bottom, but they needed some details to be captured like transaction amount, order ID etc., So what should I enter to capture it ?

The pixel code is as follows:

<iframe src="https://pixelsite.com/livetracking_pixe ... saleadvid=" frameborder="0" height="1" width="1" ></iframe>

Regards

Abhishek Daaga
Kitchen18 India

Re: Need help in integration of pixel in success cehckout pa

Posted: Sun Jul 08, 2012 3:20 pm
by Avvici
Just pass the PHP in the url:

Code: Select all

<iframe src="https://pixelsite.com/livetracking_pixel.php?cid=1001&id=<?php echo $order_id;?>&txamount=&txadvid=<?php echo $txadvid;?>&saleadvid=<?php echo $saleadvid;?>" frameborder="0" height="1" width="1" ></iframe>
Obviously you will need to set up the variables in the contr ol and make sure they are accurate. The ones I just gave you are MAKE BELIEVE