samedi
You can use Google Analytics to track the traffic to your Blogspot domain. To do so:
Sign in to your Blogger account at
blogger.com
If you have more than one blog under your Blogger account, select the blog that you'll be tracking
Click the Template tag
In the HTML code box, scroll down to the bottom of the code. Paste the Analytics tracking code directly above the closing tags:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-xxxxxx-x";
urchinTracker();
</script>
</body>
</html>
Click Save Template Changes
Click Republish to update your live site
Tip: When you're creating a profile for your blog, make sure to enter the specific Blogspot domain name (eg.
http://myblog.blogspot.com), and not the Blogspot homepage URL (www.blogspot.com). If you're not sure what URL you entered, you can check and update it from the Profile Settings page.