I need someone to setup something where I can track my links. For instance I want to know how many clicks went through: url.com/?page1 url.com/?page2 etc. Need job done fast. Thanks
You can try using http://www.google.co.in/search?q=clickheat - www.labsmedia.com/clickheat/index.html if thats what you want.
Thanks but I don't see how this would work with my proposition? Seems like there should be something more simple.
So: - You'll use certain links on certain sites - You want to track how many people visited your site through that url. For instance, you give www.google.com its own link (www.yoursite.com/1/) and when someone goes to that url, it logs the visit, and redirects to the homepage? Where should it log? Text file? Database? Don't really care?
Please explain how this will work for each of you that said you can do it. Easiest option the better.
The links will be set so that they send an id number to the php file. This will make links appear like links.php?id=1. Then Links.php will open the txt file that holds the id number of that link, and increment the value next to it. By looking at your txt file, you will see which links are getting more hits.