Everyone wants to now how many people visit their blog every day. Some people may check their stats every hour, some every day, and some people maybe check them once a week. To be able to check your stats though, you have to have some sort of analytics program installed on your blog.
My analytics program of choice is Google Analytics. The best feature is that it is free! I also like how easy it is to install – just copy and paste some code – and the advanced features are pretty neat. I really enjoy the goal setting and having the ability to link it to my adsense account as well.
Below is a quick tutorial on how to install Google Analytics on your WordPress blog.
1. Go to http://www.google.com/analytics/ in your favorite web browser. If you do not already have a Google account, you will have to create one.
2. Once you are into Google Analytics look for the “Add Website Profile” option towards the bottom of the page and choose that option.

3. Next you will see a screen that allows you to “Create New Website Profile”. Under “Choose Website Profile Type” be sure to choose the “Add a Profile for a new domain” option. Under “Add A Profile for a new domain” section type in the exact url of the site you want to add the analytics to, such as wpgeekgirl.com. One you have done these two things, click on the Finish button at the bottom.
4. Next you will be shown a screen that allows you to copy the code you will need to insert into your site in order to allow the analytics to properly track your traffic. Highlight the code and then right-click and copy it.
5. Now it’s time to insert this copied code in your WordPress theme file. Login to your WordPress blog with administrator privileges. From the Appearance menu choose the Editor.
6. On the left hand side of your screen you should see a list of files that are included in your chosen theme. Find and click on the file named footer.php.

7. The footer.php file will now appear in the editor. Scroll down to the bottom of the file and look for the </body> tag.

8. Place the cursor above the </body> tag and paste the code you copied from Google Analytics into the editor.
9. Click on the Update File button to save the theme file.
That’s it! You have now installed the Google Analytics code on your WordPress blog. Of course there are plugins that supposedly take care of this for you, but I don’t like having to use plugins if I don’t have to. With an analytics program installed on your blog, you can now track your visitors, the number of view you get a day, what keywords are being used to find your site, and much much more.

Recent Comments