IT/UrchinSetup: Difference between revisions
< 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 [[File:urchin.js]] to the document root | ||
* add [[File:__utm.gif]] to the document root | * add [[File:__utm.gif]] to the document root | ||
* add the following to each page within the <head> tag: | * modify urchin.js filling in the correct path for _ugifpath | ||
* 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"> | ||
urchinTracker(); | urchinTracker(); | ||
</script> | </script> | ||
</pre> | |||
Revision as of 20:24, 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>