top | item 19215738

(no title)

_jomo | 7 years ago

You can get most of this by analyzing server logs with IP addresses. No cookies required. You might need some JavaScript tracking for more detailed analytics, but there is absolutely no need for external tracking by Google or the likes.

Examples for self-hosted analytics include GoAccess (server log analyzer) [0] or Matomo (JavaScript tracking, formerly Piwik) , although I think it uses tracking cookies by default [1]

0: https://github.com/allinurl/goaccess

1: https://matomo.org

discuss

order

icebraining|7 years ago

That's still tracking, though. There's no real difference between using a cookie or an IP address. In fact, a cookie may be preferable, because you can make it expire in a relatively short time, making it much harder to link your logs to the user.