I just want to make sure I understand that every entry/exit to jump.php constitutes a click.
I am playing around with this script right now and have imported several different affiliate feeds. I can now go in and see that I have hundreds of clicks against various files. However when I look at my cpanel stats I don't see any stats on the jump.php file. Nor or over in my affiliate panels on the various networks do I see hits on certain files/products.
Thanks,
Patrick
Hello Patrick,
It is possible that search engine spiders are requesting jump.php (which records a "click") but then not following the redirect. You can block jump.php from robots using a robots.txt file, for example:
robots.txt
User-Agent: *
Disallow: /jump.php
Cheers,
David.