Ask HN: What do you use for privacy focused analytics?

3 points by garyhbutton ↗ HN
Hi,

What do you use for website analytics? I am working on a small side project and I have used Google Analytics in the past but am looking for something a little more privacy focused, what do you use?

I would like to know how many people are coming to my site and a bit of a breakdown of geo, referrals, and such.

-Gary

5 comments

[ 2.4 ms ] story [ 9.4 ms ] thread
Has anyone tried Plausible or Rybbit? Is cookieless important to you or is it a nice to have?
For your purposes, I think all you need is a web server log analyzer. Back in the day, I used Webalyzer to do this. I haven't done any sort of analytics since then, so I don't know what's the best one now. A web search turns up a ton of modern options, though.
I self host Umami. It was a one click deploy from their GitHub Readme. Been using for over a year, more than pleased. It has all the features you’re looking for without GA.
Matomo, self-hosted, loading data from webserver logs. No cookies or privacy notices needed.
Plausible is solid, and since you're on Phoenix there's a bonus - it's written in Elixir and their engineering blog is a great read. To the cookieless question: the practical win is that there's no consent banner to build, not the ideology. (Biased: I'm building statable.com in the same space, also cookieless.)