How to install Google Analytics in Wordpress
For those who do not want to mess with PHP code .
Here is an easy way to add Google Analytics in wordpress.
1. Download the plug in from http://yoast.com/wordpress/google-analytics/
2. copy it to your plug ins folder
3. If you already don’t have an account, create one free account at www.google.com/analytics
4. Add your website. After you add your website in google analytics , you will be given some code like below
<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">
var pageTracker = _gat._getTracker("UA-52211906-3“);
pageTracker._trackPageview();
</script>
The string in red color is your User Account String. You will need to input this string in the plug-in while setting it up.
That’s all , now you can see detailed traffic reports of your wordpress blog in your google analytics account
No related posts.

Great blog. I like layout!!!!
Now this some great info!!! Thanks a lot!
Thanks your message has very much helped me:)
Thanks yuor post. It was really helpful