Google Analytics

  • Thread starter smallwonderlingerie
  • Start date
S

smallwonderlingerie

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
 
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>
 
Upvote 0

Latest Articles