I usually use the following type of url: Code: http://mysite.com/link/product/ ...which points to a folder with a simple PHP redirect like this:
Is it possible to do conversion tracking inside/with a PHP redirect?
4
I usually use the following type of url:
...which points to a folder with a simple PHP redirect like this:
Is it possible to do any type of stat counting within this type of redirect? I'm playing with a split test idea, and this would be very helpful.
Code:
http://mysite.com/link/product/
Code:
<?php header( 'Location: http://cb_nick.cb_product.hop.clickbank.net/?tid=source1' ) ; ?>
- aGor
- [ 1 ] Thanks
- Vesson
- snidge
Next Topics on Trending Feed
-
4