just a quick question...
any idea where I place the Google Analytics code in my setup?
Here's what Google sent me to:
_________________________________________________________
Copy and paste the code segment into the bottom of your content, immediately before the </body> tag of each page you are planning to track. If you use a common include or template, you can enter it there.
Important: if your pages include a call to urchinTracker(), utmLinker(), utmSetTrans(), or utmLinkPost(), the tracking code must be placed in your page's code above any of these calls. In these cases the tracking code can be placed anywhere between the opening <body> tag and the JavaScript call.
<script>
</script>
<script>
_uacct="UA-xxxx-x";
urchinTracker();
</script>
UPDATE:
I found out from one of the developers here @ the company I work at - place the code that Google Analytics provides in the index.php file