Confirmed users, Bureaucrats and Sysops emeriti
53
edits
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> |