Hacker News new | ask | show | jobs
by throwandway123 1410 days ago
Is there something like umami, except it does collect valuable data about users? I would actually like self hosted analytics so that it's on my domain and effectively not blockable, and also to know valuable insights about them.
1 comments

> valuable insights about them

An important question to ask yourself: _what_ insights?

Want to know which of your pages are popular? Server logs will tell you that.

Want to know how the users move across your website? Server logs can tell you that, albeit in a limited fashion.

Want to know where your users come from? Server logs.

For more advanced use-cases, you may need javascript on the frontend (which you can serve from your own domain, making it harder to block, but still needing to be GDPR compliant, if you serve to GDPR affected users).