I've got a pretty big drupal 7 site going, here (well over 500 pages), and I want to do some tracking with Google Analytics.
I've signed up for and installed Google Analytics on other sites I have (which are not done with drupal 7), so I know how Google Analytics works, and I'm at the stage of getting Google Analytics where you log-in to your dashboard for the site you've submitted, and it says,
"Tracking Status Tracking Not InstalledLast checked: Jan 31, 2012 11:06:13 AM PST
The Google Analytics tracking code has not been detected on your website's home page. For Analytics to function, you or your web administrator must add the code to each page of your website."
"Copy the following code, then paste it onto every page you want to track immediately before the closing tag."
And then you scroll down a little and you get your code:
<script type="text/javascript">
...<all code here>...
</script>
From there, you're supposed to install it on every page of your site that you want to track.
My drupal 7 site is like 98% "Pages", 1% "Articles", and 1% "Webform".