stimpsy
Mar 27th 2006, 12:50 pm
Hi,
for the past few weeks, it seems that I get more than usual NoReferrers hits within my referers stats.
On the website, I also use my own tracker script :
Here is how I call it :
if (document.referrer)
{
document.write('<'+'img src="http://www.mydomain.com/tracker.php?r=' + escape(document.referrer) + '" style="float:left;" width=1 height=1>');
}
tracker.php only tracks down the referer and creates a cookie.
Could this script interfere somehow with the referers tracking ?
Did anybody have this problem ?
Cheers
for the past few weeks, it seems that I get more than usual NoReferrers hits within my referers stats.
On the website, I also use my own tracker script :
Here is how I call it :
if (document.referrer)
{
document.write('<'+'img src="http://www.mydomain.com/tracker.php?r=' + escape(document.referrer) + '" style="float:left;" width=1 height=1>');
}
tracker.php only tracks down the referer and creates a cookie.
Could this script interfere somehow with the referers tracking ?
Did anybody have this problem ?
Cheers