IT/UrchinSetup: Difference between revisions

From MozillaWiki
< IT
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
* add [[File:__utm.gif]] to the document root
* add [[File:__utm.gif]] to the document root
* modify urchin.js filling in the correct path for _ugifpath
* modify urchin.js filling in the correct path for _ugifpath
* add the following to each page within the <head> tag: <pre>
* add the following to each page within the <head> tag:  
<pre>
   <script src="/urchin.js" type="text/javascript"></script>
   <script src="/urchin.js" type="text/javascript"></script>
   <script type="text/javascript">
   <script type="text/javascript">

Revision as of 20:25, 24 September 2009

  • add File:Urchin.js to the document root
  • add File:Utm.gif to the document root
  • modify urchin.js filling in the correct path for _ugifpath
  • add the following to each page within the <head> tag:
  <script src="/urchin.js" type="text/javascript"></script>
  <script type="text/javascript">
        urchinTracker();
  </script>