Show HN: Pirsch – Server-Side Tracking Without Cookies in Go
1–4 of 4 posts
Re: Show HN: Pirsch – Server-Side Tracking Without Cookies in Go
#2https://marvinblum.de/blog/server-side-tracking-without-cook...
Re: Show HN: Pirsch – Server-Side Tracking Without Cookies in Go
#3So the fingerprint is not unique for vistors from a corporate network behind a NAT router where multiple individuals share the same public IP and use the same corporate mandated browser. In these cases, it's back to cookies --- unless you don't really care if your analytics are faulty or not.
Or maybe just stick with cookies since it works in almost every case.
Re: Show HN: Pirsch – Server-Side Tracking Without Cookies in Go
#4The fingerprint is a hash of the visitors IP, User-Agent and a salt. So the fingerprint is not unique for vistors from a corporate network behind a NAT router where multiple individuals share the same public IP and use the same corporate mandated browser. In these cases, it's back to cookies --- unless you don't really care if your analytics are faulty or not. Or maybe just stick with cookies since it works in almost…
Cookies do not work accurately either, uBlock for example shields me from Google Analytics. More and more browser start to block these cookies by default. So that's not really an argument.
You simple cannot track accurately anymore without heavily invading the visitors privacy or technical effort (like analyzing the HTTP/2 pattern the client uses/accepts).