View Single Post
Old 2005-10-14, 09:10 AM   #11
Halfdeck
You can now put whatever you want in this space :)
 
Halfdeck's Avatar
 
Join Date: Oct 2004
Location: New Haven, CT
Posts: 985
Send a message via ICQ to Halfdeck
Quote:
Originally Posted by PhoenixBlue
I want to track how many clicks each of my freesites generates from the different LLs I submit to. The only way I can do this is to assign each freesite an ID and each LL an ID and have that in the URL I submit.
It's not the only way.

If you really want to track incoming hits from LL, put a php script on top of the index.html page that parses domain name from the referrer info and record the url/domain name combo in mysql.

But from having done it, I can say you will probably stop looking at the stats after a while.
__________________
Success is going from failure to failure without a loss of enthusiasm.
Halfdeck is offline   Reply With Quote