Is it possible to use Google Analytics or a similar tool to track the users' inter-site click behaviour?
I'd like to know how many users clicked on certain links on a particular page which lead them to a different area of the site.
e.g. if users always click on "Contact Us" link after reading "About Us", then we can reason that "About Us" page makes the visitors want to call us.
The question is how do I find out how many visits to the 'contact-us.html' page are from 'about-us.html' (without appending parameters like ?source=aboutus to the URL) ?
Some kind of statistics like:
Statistics for contact-us.html
------------------------------
Previous Page | Clicks
--------------|---------
about-us.html | 250
index.html | 123
history.html | 0 <--- probably remove the link on history.html page




