My affiliate program require me to put an invisible image anywhere in the
"Thank You" or order confirmation page that is displayed to the customer after the payment is processed.
This invisible image is called when a sale is processed, and it runs a code in
affiliate system that will check for referring affiliate and tracks the sale.
The code is in the form:
<img src="http://www.yourdomain.com/affiliate/scripts/sale.php?TotalCost=
XXXXXX.XX&OrderID=XXXXXX&ProductID=XXXXXX"
width=“1“ height=“1“>
The problem I'm facing is if someone manage to go to this "thank you" page without buying or a customer simply refresh this page, sales will be recorded and affiliate commission will be allocated. These sales are non existant but commission is a real payout.
Does anyone has any idea how this problem can be solved?
"Thank You" or order confirmation page that is displayed to the customer after the payment is processed.
This invisible image is called when a sale is processed, and it runs a code in
affiliate system that will check for referring affiliate and tracks the sale.
The code is in the form:
<img src="http://www.yourdomain.com/affiliate/scripts/sale.php?TotalCost=
XXXXXX.XX&OrderID=XXXXXX&ProductID=XXXXXX"
width=“1“ height=“1“>
The problem I'm facing is if someone manage to go to this "thank you" page without buying or a customer simply refresh this page, sales will be recorded and affiliate commission will be allocated. These sales are non existant but commission is a real payout.
Does anyone has any idea how this problem can be solved?
Comment