top | item 37576490

Ask HN: How do you track user retention metrics?

1 points| lewiscarson | 2 years ago

Hey,

I’m looking for a way to track user retention (without a load of hassle) for a side project. How do you guys do it?

3 comments

order

tanvach|2 years ago

I worked as a data scientist for a few big internet companies, and have done a lot of retention analysis (from the ground up). I'd say, it's a hassle for a reason: accuracy. Third party tools seems to give little validation of correct user tracking, and you may have quite different concept of 'a distinct user' and 'retention'. It gets quite deep if you really think about it, both the tracking part and the analysis part. Happy to get into the weeds if you are interested.

Apart from that, I'd also love to hear what hassle free options are out there.

lewiscarson|2 years ago

I’m assuming the issues are encapsulated in the idea that you need to specify what events mean a user is engaged and using a product. Is there not a service which you can send user events to (sign in, interaction with a feature) alongside some sort of unique customer ID? Seems fairly straightforward and would result in a fairly good accuracy considering you can track a user over their entire lifespan.

Is there really no plug n play options?