Hey guys I'm not really that hot with coding or anything to dow ith websites really, I can get by at best.
I recently tried to make PHP redirects on one of my sites for my affiliate links but the clicks don't show up on my reports. (Market leverage and Ads4Dough, both use direct track, thought that might be a reason?)
What I do is use this code:
<?php
header("Location: http://www.affiliatelink.com/");
?>
I save this as index.php then upload it to a sub folder.
affiliatesite.com/offer for example.
Everything works fine and you get redirected to the offer but I can't track how many clicks are going through.
Anyone help me out with what I may be doing wrong?
Cheers.
I recently tried to make PHP redirects on one of my sites for my affiliate links but the clicks don't show up on my reports. (Market leverage and Ads4Dough, both use direct track, thought that might be a reason?)
What I do is use this code:
<?php
header("Location: http://www.affiliatelink.com/");
?>
I save this as index.php then upload it to a sub folder.
affiliatesite.com/offer for example.
Everything works fine and you get redirected to the offer but I can't track how many clicks are going through.
Anyone help me out with what I may be doing wrong?
Cheers.