If many individuals are using identical devices in one building, they count as one visitor. #1525
whscienceteacher
started this conversation in
Anything Else
Replies: 1 comment 4 replies
-
hi @whscienceteacher! yeah, that's correct. if multiple of your visitors have the exact same IP address and use exact same device then our unique visitors number would see them as the same visitor. we don't have a good solution for that at the moment unfortunately. introducing a first party cookie could work for this use case but it's not something we offer at this stage. |
Beta Was this translation helpful? Give feedback.
4 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.
-
The current system for identifying unique visitors doesn't work in a setting like a school where the students are given centrally administered devices and share an IP address.
According to the documentation, the unique identifier is:
hash(daily_salt + website_domain + ip_address + user_agent)
If many devices are connected to one wifi network they may share an IP-address. If they are all the same device and centrally updated, they likely have the same user agent.
I don't have a solution that preserves the privacy focus of plausible but if anyone else has an idea I would appreciate it. My website is mostly used in schools, many of which are using class sets of chromebooks so I can't see how many people are using the site at each location.
Beta Was this translation helpful? Give feedback.
All reactions