Forum Moderators: DixonJones
<!--#include file="analytics.htm" --> to the static pages, directly before the </body> tag?
If so do I make the include file something like this:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct="UA-#*$!x-x";
urchinTracker();
</script>
and call it analytics.htm?
As you can tell, I am confused on how to accomplish this.
Any assitance would be greatly appricated.
So, in one case there is a template read by the script where stuff gets filled in. Don't need an include, just enter the Analytics code near the bottom.
In the other, the entire page is generated on the fly. For this I have the Analytics code in the list of stuff getting spit out by the script.