Ask HN: How to track growth metrics without invading user privacy?

8 points by nerdyadventurer ↗ HN
Startups need track growth metrics like MAU, web page visits, most used features etc. But how to do it in a privacy friendly way since there should be some kind of tracking anyway?

14 comments

[ 3.4 ms ] story [ 42.7 ms ] thread
Is anonymizing data not good enough? That's what most of these trackers do. Something like Firebase Analytics even refuses to track if there are below a certain number of users.
Sometimes, sometimes not.

Deidentification is not always anonymization, and deanonymization is far more trivial than expected in many cases.

Those two search terms should get you to the studies/case studies.

It is a question to OP. I guess what I intended to ask is the use case, and whether it fits.
Hash the ip address + user agent + year/month, use that as a unique identifier for the month (note that you only need to store the hash)
Block the metrics system from accessing PII like IP addresses or usernames.
The most important privacy consideration is who gets to see this data. If you just use it internally and not share it with 3rd parties, then you are already ahead 99% of the businesses in terms of privacy.

To keep the data for yourself, it's best to use a self-hosted analytics platform. Most of them also allow for more granular settings, where you can set exactly which data is stored and how.

Regular analytics solutions like Google Analytics and its many competitors pose negligible privacy risks to visitors and clients.
You can use cookieless tracking.
Track signups and pageviews
You can use Usermaven.com. It’s a privacy friendly web analytics and product insights solution.