host posted on 十月 07, 2006 23:24

It's very simple.
Copy and paste the following code into your Default.aspx page, right before the </body> tag and replace the "x..." with your account number:
======================================================
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-xxxxxx-x";
urchinTracker();
</script>
======================================================
Make sure you will move this code over to the new default.aspx page after you do a dnn upgrade.