Here are some useful things you can do with Google Analytics.
Contents
1. Track users through your site
Suppose you want to understand how users end up at a given page in your site.
Click "Content" --> "Top Content"
- Use the "Find URL" box at the bottom of the table to find the page you are interested in
- The resulting table will give you summary information about that page, click on the page URL in the table
- You are now presented with the content detail page
- Click "Navigation Summary" in the options on the bottom right of the main content area
The resulting page shows you the top pages that people used in your site to get to this page, as well as indicating where people go to from this page.
2. Understand which links people click on within a page
The stats will tell you where people go from a given page, but they are raw stats. Sometimes it is useful to see where on a page people are clicking. A subtle change in the page design can have significant impacts on where a visitors eye lands and therefore where they click. For example, OSS Watch recently discovered that their navigation links on the right of the page are ineffective, people just don't seem to see them.
Google Analytics provides a really cool way of visualising this information.
Select your date range. For best results use a wide time range (longer time -> more clicks -> signal more distinct from noise).
Click on "Content" -> "Site Overlay"
This opens a new browser window in which you can see your site. The cool part is that there is now a little bar under each link that shows what percentage of the clicks on the page are given to that link.
You can now browse around your site and see the results for each page you visit.
This site overlay will also show you your goal conversion stats and your goal values if you have set any up.
3. Identify the cause of a spike in traffic
Sometimes you'll notice an unusual spike in traffic. To understand what caused this spike simply set the date range to encompass the spike and select "Traffic Sources" -> "Overview"
The resulting page shows you where traffic is coming from. The table at the bottom "Top Sources" is key to seeing where your spike comes from, usually there will be a single source generating most of the traffic. Use this table to drill down to find the specific source and therefore the cause of the spike.
4. Identify key referral sites
Select your date range. For best results use a wide time range (longer time -> more clicks -> signal more distinct from noise).
"Traffic Sources" -> "Referring Sites"
The table at the bottom of this page shows you the top sites referring traffic to your site.
5. Discover why people are referred to your site
Start off by finding the referring site that you want to examine (see "Identify key referral sites" above.
- click on the site URI of interest (e.g. "en.wikipedia.org")
The resulting page tells you which pages on the remote site are linking into your own site. You can drill down even further.
- Click on the little arrow thing on the left of one of the remote pathnames to get taken to the machine name / path name.
6. Setting Goals and Funnels
Goals are specific pages that you want your visitors to go to. Funnels are paths through your site that you want people to take.
A useful goal would be to have people go to your download page (for a software development project).
Goals can be set up and tracked in Google Analytics. The url can be a "head match" meaning the left portion of the URL must correspond to a given setting, an "exact" match, meaning the URL must be exactly as specified or a "regular expression match", which means, well, a regular expression match.
To set up your goals click on "Analytics Settings" in the top right, then on the edit link for the relevant site profile and finally on one of the four goal slots.
When building and testing your regular expressions you may find this RE tester useful.

