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?
Ask HN: How do you track user retention metrics?
1–4 of 4 posts
Re: Ask HN: How do you track user retention metrics?
#2Apart from that, I'd also love to hear what hassle free options are out there.
Re: Ask HN: How do you track user retention metrics?
#3I 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 pa…
Is there really no plug n play options?
Re: Ask HN: How do you track user retention metrics?
#4I 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 pa…
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…