On my Website and Blog, I have installed the Google Analytics "program". I think its a great tool, but I'm not entirely sure I am using it correctly. The Blog doesn't matter (because its only one page), but on the website, which naturally has multiple pages, I only have the code installed on the main (home) page. Am I supposed to add it to each individual page as well? Any help is appreciated.
Sorry for butting into the thread but how do you add the code to each page on a wordpress site? I added the code to the header file so will that track all the pages on the wordpress site? Thanks
From the analytics site just above where it gives you the code: As for the wordpress, you should be putting it in the footer, or use a plugin called "ultimate ga" which does it for you. All you need to do is tell it the UA-XXXX-XX part. Pierce
Man, I'm sure you will find plenty of google analytics plugins for wordpress if you search in google for it. You don't have to mess with the code.
No need of any plugin actually, just copy the code, open footer.php file in wordpress and paste the code right above </body>, then get back to Google analytics and click Done. Thats it, honestly no need of plugin.
You will have to add the code in all pages, I added Google Analytics on my website 1 month ago, It is a great tool.
Thanks everyone. I think that may be why my bounce rate is so high - because I only had my home page with the code on it, and not the others. So far I really like it. I just fixed it so the code is on all my pages.
you need to add google analitics code to all of your web pages. if you are using wordpress, i suggest you to insert it to your theme
Yes it will since the footer.php is called in every single page. So it will give you stats for all visited pages.