Search…

X3 Photo Gallery Support Forums

Search…
 
eyesawfoto
Topic Author
Posts: 3
Joined: 08 Jan 2007, 10:22

Google Analytics code insertion

08 Nov 2007, 12:35

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
eyesawfoto
pittsburgh, pa - usa
craig e. biertempfel
professional photographer
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Google Analytics code insertion

12 Nov 2007, 06:36

eyesawfoto wrote: 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
Thats right :arrow: :D