wildbest
03-05-2006, 12:10 PM
Not sure if e-commerce is the correct forum to post.
We use a third party payment gateway and are allowed to place invisible image script to track our affiliate sales and check what the gateway is actually reporting to us. Image is placed on the "Thank You" (checkout_success) page that is displayed to the customer after the payment is processed. Tracking URL parameter data includes stuff like 1x1 pixel image src loaded from say sales.php, AFFILATE_ID, ORDERNUMBER, ORDERTOTAL etc.
My question is what script should we have on the sale.php page, so that the invisible image is loaded to the checkout_success page, data is collected and stored in SQL for further processing. What solutions do you use? Is there any free php script that will do the job?
We use a third party payment gateway and are allowed to place invisible image script to track our affiliate sales and check what the gateway is actually reporting to us. Image is placed on the "Thank You" (checkout_success) page that is displayed to the customer after the payment is processed. Tracking URL parameter data includes stuff like 1x1 pixel image src loaded from say sales.php, AFFILATE_ID, ORDERNUMBER, ORDERTOTAL etc.
My question is what script should we have on the sale.php page, so that the invisible image is loaded to the checkout_success page, data is collected and stored in SQL for further processing. What solutions do you use? Is there any free php script that will do the job?
