Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> About 35% of our users continued to use the system at least three times per week after completing registration.

OT, but curious, how is it possible to get this kind of engagement data?

Querying DB to get number of logins per week? But that doesn't mean that they're "using" the system.

Google Analytics? I'm not aware of any such GA feature

Third party analytics?

Surveys?



Heap Analytics and Fullstory are two popular systems (among others) for this sort of thing. They record and instrument your user sessions much more comprehensively than GA does.


Multiple ways.

Using just your database, you can store records when users complete certain actions.

Eg. When a contract is uploaded, modified, when new people are invited to collaborate over it ...

That way you simply query for user actions over a period.

I use Google Analytics to do the same thing via events. Fire events when actions take place, review the data in your dashboard.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: