IT/UrchinSetup: Difference between revisions

From MozillaWiki
< IT
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
* add [[File:urchin.js]] to the document root
* add [http://people.mozilla.org/~oremj/utm/urchin.js urchin.js] to the document root
* add [[File:__utm.gif]] to the document root
* add [http://people.mozilla.org/~oremj/utm/__utm.gif __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:  
* add the following to each page within the <head> tag:  

Latest revision as of 20:28, 24 September 2009

  • add urchin.js to the document root
  • add __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>