Skip to content
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

Visitors Browsing through Mutliple Proxy IP's Not Handled #2483

Closed
anonymous-matomo-user opened this issue Jun 10, 2011 · 1 comment
Closed
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

Apologies if this is a known issue, but I didn't find anything by searching. It appears that Piwik isn't handling users through proxies, or in particular, users that bounce around via multiple IP's. It appears that Piwik is able to differentiate between multiple users on a single IP, but a single user on multiple IP's seems to not work.

AOL is the main ISP that I know of that may send visitors to a site through proxy IP addresses that change. Right now, I have a visitor browsing via IP's such as the following (and numerous additional IP's) and Piwik sees the user as a different visit on each.
195.93.21.4
195.93.21.74
195.93.21.8
195.93.21.2

I'm a little surprised that AOL still does this as I would have thought they'd have moved away from this type of system. A number of years ago I had to implement a complicated patch on a very large website with numerous front end web servers for exactly this situation.

Well, it appears that Piwik isn't simply differentiating users by IP and there must be cookie or other data used as well (since it differentiates multiple users on a single IP address). Perhaps that logic could be modified to not break if a user is on multiple IP's?

@robocoder
Copy link
Contributor

You may be able to improve the detection by configuring proxy_client_headers and/or proxy_ips. (See config/global.ini.php.)

Otherwise, if a user is bouncing between IP addresses and deleting his/her first party cookies, then Piwik doesn't detect this as the same user. (To more reliably detect such a case would require more extensive browser fingerprinting as seen in the Panopticlick study.)

@anonymous-matomo-user anonymous-matomo-user added this to the 1.5 - Piwik 1.5 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

3 participants