Gossamer Forum
Home : Products : Gossamer Links : Discussions :

website tracking & Links Sql

Quote Reply
website tracking & Links Sql
Question: I usually use a tracking code for my websites from http://www.extreme-dm.com/tracking/

like this (username & mywebsite changed)

<script><!--
an=navigator.appName;sr='http://x3.extreme-dm.com/';srw="na";srb="na";d=document;r=41;function pr(n) {
d.write("<img src=\""+sr+"n\/?tag=username&p=http%3A%2F%2Fwww.mywebsite.com&j=y&srw="+srw+"&srb="+srb+"&l="+escape(d.referrer)+"&rs="+r+"\" height=1 width=1>");}//-->
</script><script language="javascript1.2"><!--
s=screen;srw=s.width;an!="Netscape"?srb=s.colorDepth:srb=s.pixelDepth//-->
</script><script><!--
pr()//-->
</script><noscript><img src=http://x3.extreme-dm.com/z/?tag=username&p=http%3A%2F%2Fwww.mywebsite.com&j=n height=1 width=1></noscript>

Can I use this type of tracking code in LinksSql?

How / where is the best place to insert?
Colin Thompson
Quote Reply
Re: [colintho] website tracking & Links Sql In reply to
include_header.html or include_footer.html should do the trick I think (provided you use these template files)

Klaus

http://www.ameinfo.com
Quote Reply
Re: [klauslovgreen] website tracking & Links Sql In reply to
thanks - I'll give it a try
Colin Thompson
Quote Reply
Re: [colintho] website tracking & Links Sql In reply to
did'nt work

looked at homepage source code, could see text something like

"javascript.....window.open.error....{ }..."

added just before the "tracking code - script"

any ideasUnsure
Colin Thompson
Quote Reply
Re: [colintho] website tracking & Links Sql In reply to
I just signed up for a free account and inserted the code in my include_header.html file (after the <body> tag) and that worked right away!

Perhaps you should get the code from them again and select the one that applies - (with or without frames, inside or outside a table)

Klaus

Code:
<a target="_top" href="http://t.extreme-dm.com/?login=klaus567">
<img src="http://u1.extreme-dm.com/i.gif" height=38
border=0 width=41 alt=""></a><script language="javascript1.2"><!--
EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"?
EXb=EXs.colorDepth:EXb=EXs.pixelDepth;//-->
</script><script language="javascript"><!--
EXd=document;EXw?"":EXw="na";EXb?"":EXb="na";
EXd.write("<img src=\"http://t0.extreme-dm.com",
"/0.gif?tag=klaus567&j=y&srw="+EXw+"&srb="+EXb+"&",
"l="+escape(EXd.referrer)+"\" height=1 width=1>");//-->
</script><noscript><img height=1 width=1 alt=""
src="http://t0.extreme-dm.com/0.gif?tag=klaus567&j=n"></noscript>

http://www.ameinfo.com