I am trying to use Google Analytics to examine how users progress through my site. The problem is that my site operates entirely upon AJAX.
I have set up "events" using:
_gaq.push(['_trackEvent', category, action])
These are being recorded by Analytics, but I am unable to view how users progress through each event.
In other words, currently I can see that 10 users added a post and that 7 users added a comment to a post.
What I want to see is how many of the users who added a post then also added a comment.
Does Analytics allow you to view/track this kind of user flow?