IT/UrchinSetup

From MozillaWiki
< IT
Jump to: navigation, 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>