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.