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: Privacy-focused or useless analytics tools?

8 pointsby fsenartabout 4 years ago
The number of privacy-focused analytics tools is ever-growing. And the perfect balance between freshness and promoted evilness of legacy tools is appealing. Rightfully, all of them try to mitigate identity to promote privacy. And while it makes sense, at first sight, questions arise around the usefulness of the resulting statistics.<p>What is a visitor in a privacy-focused analytics tool? Can we have a returning visitor when it is not tied to identity over time and across visits? How can we even interpret these numbers?<p>Let&#x27;s summarize the ladder of identity on the web: Logged in user &gt; Persistent identity (e.g. cookie) &gt; Ephemeral identity (e.g. 24h hash) &gt; no identity.<p>Privacy-focused tools seem to provide the last ones while promoting the same advantage as the first ones! Coolness over effectiveness?<p>What&#x27;s all the fuss really about?<p>It&#x27;s worth noting that the question is not about all the different kinds of statistics these tools can provide without relying on a cookie but about the legitimacy and the relevance of the visitors&#x27; related statistics (e.g., new, returning, etc.).

3 comments

mtmailabout 4 years ago
As a small company using one of the providers (<a href="https:&#x2F;&#x2F;usefathom.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;usefathom.com&#x2F;</a>) it offers us choice. We don&#x27;t want to build and run our own analytics and we don&#x27;t need the vast features of a Google Analytics or similar either. Even without the privacy benefit the set metrics we get now acceptable. We don&#x27;t have, e.g. a growth manager who needs to report these, investors who question the or make decisions when one metric looks off. Legitimacy didn&#x27;t come up once during our migration and we didn&#x27;t look too closely to compare to our previous provider (Google Analytics). It&#x27;s not the core of your questions but there&#x27;s usecases where less metrics, less accuracy is good enough.<p>Personally I have a background in metrics and reporting tools. I&#x27;ve been tasked to find and explain 0.3% differences between two reports or have cookie related (or timezone related) code getting reviewed by other engineers at previous companies. With millions of dollar at stake, Powerpoint meetings or investor or financial documention it makes sense to question every definition and the whole data pipeline.<p>&gt; Coolness over effectiveness? What&#x27;s all the fuss really about?<p>Ok, I admit, there&#x27;s a bit of coolness factor. Paying $25&#x2F;month to a small bootstrapped company (with a great podcast) beats feeding data to an ever growing global player (Google).
评论 #27077076 未加载
XCSmeabout 4 years ago
I am creating a &quot;privacy-focused&quot; analytics tool[0], that actually provides useful stats.<p>The privacy part, compared to other tools, comes from the fact that it&#x27;s self-hosted, so no data is shared with 3rd parties, which is the best way to achieve data privacy. You can detect returning visitors in various way, an option in userTrack is to store the hash of IP + user-agent string of the visitor. It is not 100% accurate and if the visitor updates his browser or his IP changes it will be considered to be a new user. If the user is logged-in, you can tag each session with his username or user ID.<p>Also keep in mind that fully persistent identities rarely exist (unless the user is logged-in), as the cookies can be cleared at any point or simply be blocked&#x2F;reset by the browser on each visit.<p>PS: I do agree that many privacy-focused tools are also not really private, because they still are a 3rd-party aggregating data across the web.<p>[0]: <a href="https:&#x2F;&#x2F;www.usertrack.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.usertrack.net&#x2F;</a>
评论 #27088590 未加载
elevate_lskabout 4 years ago
We at Splitbee (<a href="https:&#x2F;&#x2F;splitbee.io" rel="nofollow">https:&#x2F;&#x2F;splitbee.io</a>) are trying to solve this with a hybrid approach. We allow people to use track people without a cookie and if they can get consent later on we can stick them with a cookie. Generally it depends on what data you want to get out of your analytics tool. For a ton of websites this data is more than enough.
评论 #27078545 未加载