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?
by lq0000 on 3/30/23, 6:59 PM
by XCSme on 3/30/23, 4:49 PM
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.
by andreacavagna on 3/31/23, 1:12 PM
It depends on what you need to track. For my startup the thing is that open-source developers are sensitive about data and do now want to share them with you.
As pointed there:
https://news.ycombinator.com/item?id=35358384For the website you can create a cookie cosent or use a privacy focused alternative like https://matomo.org/
by muzani on 3/30/23, 2:35 PM
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.
by basquiyacht on 3/31/23, 6:59 AM
by openplatypus on 4/2/23, 8:56 AM
by rozenmd on 3/30/23, 3:05 PM
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)
by cm2012 on 3/30/23, 7:25 PM
Regular analytics solutions like Google Analytics and its many competitors pose negligible privacy risks to visitors and clients.
by gerenuk on 4/1/23, 10:04 PM
You can use Usermaven.com. It’s a privacy friendly web analytics and product insights solution.
by pabs3 on 3/30/23, 3:30 PM
Block the metrics system from accessing PII like IP addresses or usernames.
by mobilio on 3/31/23, 12:13 AM
You can use cookieless tracking.
by ipaddr on 3/31/23, 9:10 PM
Track signups and pageviews