Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to monitor a single page web app?

I wonder how one would monitor a single page web app so you can see what the user does in your app, what "pages" he visited etc.

Kinda like Google Analytics with statistics for a lot of things.

like image 319
ajsie Avatar asked Feb 01 '12 01:02

ajsie


1 Answers

Google Analytics is great for this. Check out custom events: http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html

It takes a fair amount more work than the "set it and forget it" type tracking you can do with traditional websites, but it's also pretty easy.

like image 182
Kevin Ennis Avatar answered Sep 19 '22 06:09

Kevin Ennis