-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Milestone
Description
We know the user fingerprint is not reliable. Past investigations on large datasets (500M+ logged in events) have confirmed this. For instance:
If 2 events have a different
domain_userid
but the sameuser_fingerprint
, the probability that this is the same user is less than 50%.
I'd argue we should stop sending it altogether because the mere presence of the fingerprint creates confusion among our users (as far as I know, we never recommend using it).
Because deprecating the fingerprint could be a breaking chance for existing users, an alternative might be to disable it by default. Thoughts?
Metadata
Metadata
Assignees
Labels
No labels