By default, once you've placed the google analytics code on your front page - it will only track visitors on that page, not on other pages existing on the domain? I pretty sure of this, but just wanted to clarify. Also, how do I get analytics to track all of the pages on a domain? Do I simply insert the code on the pages I want to be tracked? thanks
depends on what cms/script your using you either need to put it on each page or have some sort of include file with it in
Yes Google Analytics only tracks stats for the specific page that the code is installed on. As dylan mentioned, you can put that code on every page quite easily by putting it in an include such as in a footer file. Or you can just manually put that code on every page.
You need the code on every page you want to track, which is easy if you're using a CMS like Joomla or Wordpress etc because you just put it in your main or footer template file. Otherwiise, if you're using a static content HTML site with no php incudes or anything, you will have to paste the code into every page.
i've got it in an include now, thanks. i don't know why i thought it would be tracking all pages on the domain by inserting it into the home...