PDA

View Full Version : Google Analytics


smallwonderlingerie
2nd March 2010, 13:00
Hi

Can someone please help me put google analytics onto my website please? I want to see how well my site is going. At the moment my website is run through Magento. I just don't understand how to get it to work. Thank you

OldWelshGuy
2nd March 2010, 13:14
http://magentoexpert.co.uk/2009/04/21/installing-google-analytics-on-your-magento-stores/ easy as 22/7 or 3.142 if you are new money :D

smallwonderlingerie
2nd March 2010, 13:23
thank you. don't mean to sound stupid but that makes little sense to me :(

Pentangle
2nd March 2010, 14:15
thank you. don't mean to sound stupid but that makes little sense to me :(


1. Have a look at the post i did on Setting up GoogleAnalytics on my personal blog here: http://www.alunr.com/
2. go into your GoogleAnalytics Website Profile - choose Edit - and you should now have a page that reads "Profile Settings: yourdomain.co.uk" - to the right of that you'll see a link that says 'check status'. This page contains the code you need to copy and paste into the footer of ALL your pages.

It'll look something like this:

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-12345678-1");
pageTracker._trackPageview();
} catch(err) {}</script>

Niklasss
2nd March 2010, 15:41
but you shoud know that google anayltics usally starts collecting data couple of days you turn on..

Pentangle
3rd March 2010, 09:07
but you shoud know that google anayltics usally starts collecting data couple of days you turn on..

Yes but it should verify instantly on the Google Analytics Account page.