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
Just pass the PHP in the url:
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
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>
Who is online
Users browsing this forum: No registered users and 4 guests