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: Which web analytics software are you using in Europe?

3 pointsby quambeneover 3 years ago
Now, that Google Analytics is illegal in EU (and other providers with data processing in the US might too) which web analytics software is still safe to use in the European Union?

3 comments

rendxover 3 years ago
For sites with static content, we disable anything apart from error logging and don&#x27;t do any analytics.<p>For most others, running GoAccess locally is totally sufficient for all our purposes. <a href="https:&#x2F;&#x2F;goaccess.io&#x2F;features" rel="nofollow">https:&#x2F;&#x2F;goaccess.io&#x2F;features</a><p><a href="https:&#x2F;&#x2F;matomo.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;matomo.org&#x2F;</a> is a classic (previously called Piwik) if you need more than that.
XCSmeover 3 years ago
By the way things are going, I think soon 3rd party analytics services will see a drop in usage and people with consider self-hosting more (so they have full control over their data and how its used). I built my own self-hosted platform <a href="https:&#x2F;&#x2F;www.uxwizz.com" rel="nofollow">https:&#x2F;&#x2F;www.uxwizz.com</a>, but there are many others out there with various features and privacy controls.
francoismassotover 3 years ago
Plausible seems good but never tried it: <a href="https:&#x2F;&#x2F;plausible.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;plausible.io&#x2F;</a>