IT/UrchinSetup

From MozillaWiki
< IT
Revision as of 20:28, 24 September 2009 by Oremj (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • 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>