You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 51 Next »

Project Website

Integration of Google Analytics

Insert the code above into {FORREST_HOME}\main\webapp\skins\pelt\xslt\html\site-to-xhtml.xsl right before the favicon:

...

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script> 
<script type="text/javascript">
_uacct = "UA-2482311-4";
urchinTracker();
</script>

<!--+
  |favicon
  +-->
...
  • No labels