Is it possible to track hash links like pages with google analytics?
For example, I want index.php/#1, index.php/#2, and index.php/#3 to all show up as individual pa
Google Analytics allows you to track custom events, for example AJAX page loads.
(The usual caveats apply when doing this - hopefully there are non-javascript ways to access the same data :)