If you set up the order link as order.php or something and measure how many times that is clicked. Than track the traffic on the thank you page.
Basically I am an affiliate, and I have adwords conversion tracking setup on a php page that forwards to the payment link, and I am seeing like 4 to 1 clicks on the payment link to actual sales, and wondered if that was common, or if there might be a problem with my programming or clickbank payment links or cookie stuffing etc...Just wanted to see if it was normal for only 25% people to actually buy after they click "Buy Now".
Some one sent me a PM asking how I redirected to the pay link while using adwords conversion tracking and google analytics, so here ya go. This will run the two google scripts, then immediately send people to your payment link. <html> <head> </head> <body> <!-- Google Adwords Conversion Script Goes Here --> <!-- Google Analytics Script Goes Here --> <META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://1.affiliate_publisher.pay.clickbank.net"> </body> </html> HTML: