Cookie vs. fingerprinting vs. localstorage: how to determine whether a pageview is unique? #1
dannyvankooten
started this conversation in
Polls
Replies: 1 comment
-
I just came across medama which has a really unique approach of using HTTP Cache headers to determine whether a visitor is unique. Relevant source files are tracker.js and core/services/event.go. We need to experiment with this but in theory, it should solve all the issues we have with the fingerprinting method. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
We would like to use this as a place to discuss how we should implement the feature that detects whether a pageview is unique? There are several feasible approaches:
Plausible, Fathom and others are doing the server-side fingerprint thing nowadays, all claiming it is compatible with both GDPR, CCPA and "Cookie Law" out of the box without any extra considerations.
Some users are thinking otherwise though - and I think they may be right.
Here's my take on the pro's and cons of each approach:
Cookie
Pro's:
Cons:
LocalStorage
Pro's:
Cons:
Server-side fingerprint
Pro's:
Cons:
/collect
endpoint.Related reading
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions