Adding Google Analytics to your WordPress Blog
Posted by: dragonblogger // Category: Internet, bloggingI have compiled a list of tips and helpful hints for anyone who needs to add Google Analytics code for your WordPress blog. Some of these tips were provided to me by my blog mentor Damien Riley especially about the WP-HEFO plugin. I have been troubleshooting my Google Analytics for several days now, I originally had it working and noticed for the past 2 days I had 0 traffic at all, when all my other blog stats have shown a fair amount of unique visitors. Between 70 and 120 visitors per day was my average at this point. I spent all of today troubleshooting and learned the hard way:
Don’t mess with your footer.php page included with your theme, they hide some custom stuff in there that will break things if you try to tweak or replace the file. Especially if it is a compressed php where it looks like garbled text.
Don’t accidentally have Google Analytics code in more than one section on your side, always view Source and make sure you don’t see 2 GA code snippets on same html page, if you do, this will definately break reporting to Google Analytics.
With that in mind I wrote these simple instructions anyone can follow to add Google Analytics to their blog, read on.
- Pre-requisites:
- Make sure you are only using your theme’s default footer.php file, if you edited it, deleted it and swapped a new one, you may have problems like I did.
- Make sure you have no google analytics code or widgets installed, if you have duplicate google analytics code then it will not report your site stats to google.
- Download and install the “WP-HEFO” plugin
- Configuring Google Analytics on WordPress Blog
- First you have to create a Google Analytics account, log into http://www.google.com/analytics and create an account.
- After you create an account, link your blog.
- After you enter the information and register your blog click on Edit under the settings for your blog
- Then click on “Check Status” on top right
- You should see instructions for adding trackin code (ga.js)
This code should look like this below:Â (Note, your getTracker(“UA-*) will actually be your unique identifier.)
<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-xxxxxxx-x”);
pageTracker._trackPageview();
</script>
- Adding Google Analytics code to your blog with the WF-HEFO Plugin
- Keep the GA code handy from the previous step
- Open web page up and open up your wordpress blog
- Click on Design -> Header & Footer
- In the Footer: Section cut/paste your full Google Analytics code.
- Click Update
- Validation of your Google Analytics Code
- To make sure your Google Analytics code is working right on your blog I found an exceptional website called EpikOne’s SiteScan
- This site for free will scan your website or blog and analyze ever page to check for the Google Analytics Plug-In.
- This site found and scanned all my pages and confirmed my Google Analytics was working, it provides a great report summmary:
Screenshot of SiteScanGA Summary:

- In Summary:
With the WP-HEFO plugin by Kaloyan K. Tsvetkov and the www.SiteScanGA.com I was able to get Google Analytics up and working properly with ease.
With these easy steps I was able to get Google Analytics working and reporting correctly for my website. If you have not setup google analytics for your blog and have wanted to go ahead and follow my instructions. Please let me know how well they work for you, and/or if you think I need to amend some steps.
Related posts:
- Enhance Your WordPress Blog 404 Page One of the highest recommendations I have is to make sure when a user hits a dead page on your...
- Dragon Blogger’s Favorite Google Adsense Plug-In for WordPress I have tried numerous Google Adsense Plug-ins for WordPress downloaded from WordPress Plugin site and have had limited success. Most...
- Adding A BlogNetAward Widget To Your WordPress Blog My friends over at BlogNetAwards enjoyed my “How to vote” video demonstration and asked that I create another demonstration showing...
- Playing With Google Analytics For Your Blog I looking at my blog traffic from October 1st through October 27th 2008. I seem to have plateaued in visitors...
- Instant Access To Analytics from WordPress I saw in WebSite Magazine an article about MailChimp’s Analytic 360 plug-in for WordPress and I decided to install it,...
| via FaceBook, Twitter, RSS or Email | ![]() |
Enter your email and subscribe now!
Tags: adding GA to blog, adding google analytics to wordpress, analytics blog, blog help, blog tips, blog tutorial, blog writing, blogger, blogging, damien riley, google analytics, google analytics tutorial, google analytics wordpress, Header.php, sitescan, sitescanga, wordpress, wordpress plugin, wordpress tips, WP-HEFO









September 11th, 2008 at 9:30 pm
This is excellent. I get people asking me all the time about how to install and use Google Analytics. You’ve really stepped up and created a top shelf tutorial. Thank you. I’ve bookmarked this post for future reference and recommendation to folks. Thank you also for your kind mention.
[Reply]
September 12th, 2008 at 8:21 am
Thank you and the best part is, IT WORKS. I finally saw my google analytics stats this morning after two days of big fat 0′s.
[Reply]
September 13th, 2008 at 4:16 pm
So far, the code is working in this blog and I’m waiting until tomorrow to see what it spits out at me. As for my mom blog, however, for some reason it keeps on saying that the code isn’t even there when I know I put it in the footer.php on that… I’ll check that one later, though, and see if it’s just taking a little bit longer than normal to add in.
[Reply]
September 14th, 2008 at 8:48 am
Just letting you know, it now works on the blog I’m linking this comment from!
[Reply]
February 17th, 2009 at 9:01 am
Friggen awesome! I have been looking for a while on how to insert custom analytics js with various plugins. The wp-hefo plugin is phenomenal. Thanks a ton!
[Reply]
February 17th, 2009 at 3:56 pm
This is my favorite analytics plug-in for wordpress by far, thanks for finding it.
[Reply]
November 21st, 2009 at 7:56 am
I had problem earlier with Google analytics earlier. But rectified it later on. Your post would be very helpful for people have problems with google analytics code insertion.
[Reply]
November 21st, 2009 at 9:45 am
Very helpful tutorial, Justin. You’ve the complete package, including a website to check if the added GA code is actually working. Nice touch.
[Reply]
November 21st, 2009 at 10:37 pm
Thanks for the footer tip, I managed to get Analytics up and running a few days ago and it seems to be working ok so far.
[Reply]
November 22nd, 2009 at 4:33 am
Luckily my blog theme allows me to add HTML via some settings, so adding the Google Analytics was quite easy, but this is some great information and well written for newbies and those stuck with adding the code to their blogs

Karen @ Blazing Minds´s last blog ..Weekly Round Up – iTunes, Michael Jackson, Monkey Dust
[Reply]
November 22nd, 2009 at 10:24 am
Thank you, that was my intention was to show people who don’t navigate around the php files how to do it.
[Reply]
November 26th, 2009 at 9:10 am
Excellent keeper DB, I should be adding GA, when I complete my move.
Dennis Edell´s last blog ..Are You Thankful For Your Blogging Community?
[Reply]
December 3rd, 2009 at 5:06 am
Thanks for the post on adding google analytics to wordpress blogs. Its straight forward and informative. Word on the street is that google analytics opens a can of exposure worms for those who work affiliate websites. How true is that?
[Reply]
December 14th, 2009 at 9:48 pm
that’s an useful plugin to ease your analytics installation process for sure.
chakkravarthi@seo your blog´s last blog ..5 Tips On How To Decide On Your Blog’s Niche
[Reply]
May 31st, 2010 at 5:00 am
Thanks for all the good words and I am really glad that you find this little WordPress plugin useful.
[Reply]
May 31st, 2010 at 3:52 pm
No problem, thanks for visiting and reading it.
[Reply]