Wondering how to find your Google Analytics code so that you can paste it into your website?
- Log in to Google Analytics at http://www.google.com/analytics
- From the overview page, select the account that has the profile for the tracking code you're looking for. You should now see your regular analytics screen, with stats etc.
- Now move your mouse up to the top-right to a little rotor-looking wheely-tab thing (on orange bar at top). Click.
- You should now be at your "profile." Look for the word "tracking profile" on a sub-tab. Click.
- Scroll down and you should see your Google Analytics code in a box.
- Copy the code.
It will look something like this:
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-5873648-3']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
Email that to your web developer or paste into your website yourself if you know what you're doing.