Hi there!
We're running a review site with lots of pages, and our Adwords campaign exists of dozens of groups (in order to accurately target each keyword).
We have asked our affiliate manager to insert our Adwords conversion tracking code into the "Thank you" page but he refused. This affiliate is very profitably so we don't want to quit the program.
Unfortunately they are not in the clickbank directory so that's not an option. I was thinking of using the same principle used to cover affiliate links. Instead of:
www.hop.clickbank.com it would display: www.mysite.com/product/.
In the /product/ folder there is an index.php file with the following code:
That works perfectly. However, what if this script can also be used to open another url first? In this case the url of a page located on my own site, that contains the Adwords code in the .html coding. For instance;
Would this work? Or does anyone know how to do this, or have a suggestion using a similar way?
I would really appreciate any help here. Currently we're still shooting in the dark and we're stuck with having to test each group seperately which is highly timeconsuming.
Thanks in advance for your time.
Regards, Maarten & Rudolf
We're running a review site with lots of pages, and our Adwords campaign exists of dozens of groups (in order to accurately target each keyword).
We have asked our affiliate manager to insert our Adwords conversion tracking code into the "Thank you" page but he refused. This affiliate is very profitably so we don't want to quit the program.
Unfortunately they are not in the clickbank directory so that's not an option. I was thinking of using the same principle used to cover affiliate links. Instead of:
www.hop.clickbank.com it would display: www.mysite.com/product/.
In the /product/ folder there is an index.php file with the following code:
Code:
<?PHP
Header("Location: http://www.productsite.com/affiliate-id");
Exit;
?>
That works perfectly. However, what if this script can also be used to open another url first? In this case the url of a page located on my own site, that contains the Adwords code in the .html coding. For instance;
Code:
<?PHP
Header("Location: http://www.mysite.com/tracking.html");
Header("Location: http://www.productsite.com/affiliate-id");
Exit;
?>
Would this work? Or does anyone know how to do this, or have a suggestion using a similar way?
I would really appreciate any help here. Currently we're still shooting in the dark and we're stuck with having to test each group seperately which is highly timeconsuming.
Thanks in advance for your time.
Regards, Maarten & Rudolf