fr | en | es | de

XHTML

New!
Discover the latest tools in the
Analytics Suite, thanks to our new online help.

If your site respects the strict XHTML rules, then you need to add tags to the main tag code. You need to insert the code into a DIV tag as well as into the NOSCRIPT part.

 

Please find a tag template below. Copy and paste this tag code between BODY and /BODY:

 

<div id="xiti-logo">

<script type="text/javascript">

<!--

xtnv = document;  //parent.document or top.document or document         

xtsd = "http://logxxx";

xtsite = "xxxxxx";

xtn2 = "";       // level 2 site

xtpage = "chapter::page";        //page name (with the use of :: to create chapters)

xtdi = "";        //implication degree

xt_multc = "";    //all the xi indicators (like "&x1=...&x2=....&x3=...")

xt_an = "";       //user ID

xt_ac = "";       //category ID

//do not modify below

if(window.xtparam!=null){window.xtparam+=xt_multc+"&ac="+xt_ac+"&an="+xt_an;}

else{window.xtparam=xt_multc+"&ac="+xt_ac+"&an="+xt_an;}

//-->

</script>

<script type="text/javascript" src="http://www.mysite.com/xtcore.js"></script>

</div>

<noscript>

<div id="xiti-logo-noscript">   

<img width="1" height="1" src="http://logxxxx.xxxx/hit.xiti?s=xxxxxx%26s2=%26p=chapter::page%26di=%26an=%26ac=%26x1=%26x2=" alt="WebAnalytics – AT Internet" />

</div>

</noscript>

 

Replace www.mysite.com with the real url of your JS file.

 

ico_up.gif