This topic is locked

HTML Code for Google Analytics

10/16/2007 8:10:30 PM
ASPRunnerPro General questions
C
claybob author

How do I add the following code to any/all pages?

<!-- Google Analytics -->

<script src="http://www.google-analytics.com/urchin.js"; type="text/javascript">

</script>

<script type="text/javascript">

_uacct = "UA-nnnnnnnnn-n";

urchinTracker();

</script>

<!-- End Google Analytics -->
Thanks,

ClayBob

Sergey Kornilov admin 10/17/2007

You can use include/footer.asp file for this purpose.