New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
City or Region #479
Comments
Seconded. |
@erwinmatijsen and @Aeyxen, I think it might be a great feature but it would require using the visitors IP address. We currently only use the time zone for detecting the location. In my opinion using the IP is not privacy invasive because the IP will only be looked up in a IP table based on the first x numbers. The IP will not be stored (just like it works now) but will be used to do a quick lookup. I'm not sure if most customers see this as privacy invasive or not. For our communication it's now easy to just say: we don't use the IP addresses at all. That's easy. But if we are going to use it I'm sure some potential customers might not understand the difference and see it as not privacy friendly. |
I think you are right, it would certainly trouble the water. Only workaround I can think of is to implement it, but disable it by default. You should still communicate it, but it can be something like:
It's still a more complex message than you have right now though. |
Would be good to filter out for example traffic from Ashburn (biggest AWS datacenter town full of bots and spiders). |
Hard no from me. I'm currently using Plausible and they collect this information -- it's one of the things that's making me want to move away. City and region are too specific. Imo country gives you all the information you might need. I don't see any reason why a website owner would need to know a visitor's location with that level of specificity. |
Clear Yes from me – There are many websites or platforms that only operate within their own country. I run such a platform in Switzerland, for us it is extremely important to see from which cities or region the users come - countries are completely unimportant for us!
|
It would be nice to not only get the country visitors come from, but also the city (or region) within the country. Many businesses operate in one country only, and for them it would be valuable to see get some more detailed location information.
Don't know if this is possible in a privacy-friendly manner.
The text was updated successfully, but these errors were encountered: