TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

8 pointsby nerdyadventurerabout 2 years ago
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?

12 comments

lq0000about 2 years ago
I use a service called Plausible for this - they are privacy focused (do not even use cookies) but there are some drawbacks (like not being able to really know MAU since user identifiers reset daily)<p><a href="https:&#x2F;&#x2F;plausible.io&#x2F;privacy-focused-web-analytics" rel="nofollow">https:&#x2F;&#x2F;plausible.io&#x2F;privacy-focused-web-analytics</a>
XCSmeabout 2 years ago
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.<p>To keep the data for yourself, it&#x27;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.
andreacavagnaabout 2 years ago
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: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35358384" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35358384</a><p>For the website you can create a cookie cosent or use a privacy focused alternative like <a href="https:&#x2F;&#x2F;matomo.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;matomo.org&#x2F;</a>
muzaniabout 2 years ago
Is anonymizing data not good enough? That&#x27;s what most of these trackers do. Something like Firebase Analytics even refuses to track if there are below a certain number of users.
评论 #35383444 未加载
basquiyachtabout 2 years ago
You can check out Simple Analytics too <a href="https:&#x2F;&#x2F;www.simpleanalytics.com&#x2F;blog&#x2F;why-simple-analytics-is-a-great-alternative-to-google-analytics" rel="nofollow">https:&#x2F;&#x2F;www.simpleanalytics.com&#x2F;blog&#x2F;why-simple-analytics-is...</a>
openplatypusabout 2 years ago
Quite a few options out there <a href="https:&#x2F;&#x2F;wideangle.co&#x2F;blog&#x2F;best-web-analytics-in-2023" rel="nofollow">https:&#x2F;&#x2F;wideangle.co&#x2F;blog&#x2F;best-web-analytics-in-2023</a>
rozenmdabout 2 years ago
Hash the ip address + user agent + year&#x2F;month, use that as a unique identifier for the month (note that you only need to store the hash)
cm2012about 2 years ago
Regular analytics solutions like Google Analytics and its many competitors pose negligible privacy risks to visitors and clients.
gerenukabout 2 years ago
You can use Usermaven.com. It’s a privacy friendly web analytics and product insights solution.
pabs3about 2 years ago
Block the metrics system from accessing PII like IP addresses or usernames.
mobilioabout 2 years ago
You can use cookieless tracking.
ipaddrabout 2 years ago
Track signups and pageviews