|
|
|
Ask HN: SaaS analytics - how much do you track?
|
|
8 points
by drlaj
4723 days ago
|
|
I have inherited a web app with a bunch of features. I was hoping to learn more about how people are using analytics to track usage of their web apps. I'm particularly interested in hearing answers to the following questions: 1) Which services do you use (Google, MixPanel, KissMetrics)? Any recommendations?
2) How richly do you instrument your service to understand individual feature usage?
3) Have you used the APIs to extend the usefulness of the main analytics services? LJ |
|
* The event-tracking snippet went into the layout template shared by all pages
* The only property on the event is the concatenation of the controller class and method name being executed -- this identifies what screen is being shown
So, basically, one line of code in one file instruments the whole app, and is enough to measure feature usage.
Here's what the resulting trends report looks like: http://i.imgur.com/6Uk8hjQ.png . Obviously, it can be filtered to compare fewer features or broken down by cohort more readbly.