Exclude visitors by IP address #112
Replies: 6 comments 16 replies
-
Temporary workaround: https://docs.plausible.io/excluding/ |
Beta Was this translation helpful? Give feedback.
-
You can now exclude your own views by localstorage too. See https://plausible.io/docs/excluding |
Beta Was this translation helpful? Give feedback.
-
"We need a simple way for our employees and testers to opt out on mobile devices to not dirty the analytics up" (feedback via email) |
Beta Was this translation helpful? Give feedback.
-
Some feedback on: https://plausible.io/docs/excluding#allow-anyone-on-your-site-to-exclude-themselves "I think that could work for us, I’d prefer to have no user intervention so the item will be created on page load:
I will then set this script to only run for our internal users." What do you think @Vigasaurus? Something that could be added to the docs for others to replicate? |
Beta Was this translation helpful? Give feedback.
-
I am planning to add support for visitor IP exclusion in the Plausible Analytics Reverse Proxy. https://github.com/Neoflow/ReverseProxy-PlausibleAnalytics Anybody intersted to use it? |
Beta Was this translation helpful? Give feedback.
-
Update: It’s now easy to exclude your internal traffic from being counted in your stats. See how here: https://plausible.io/docs/excluding |
Beta Was this translation helpful? Give feedback.
-
"It would be great to have an ignore list for IP addresses. Currently, my and my team’s manual testing shows up as visits.
Dunno if this is any help but if you’re testing on any environments that aren’t “production” then wrapping the Plausible script tag inside a simple IF statement does the trick. EG I’m rarely on production but I’m messing about in LOCAL all the time so my Plausible script is inside
if (environment == “Production”)
// script tag
}
so nothing from local, dev or staging gets counted.
This would only be for client-side events but we use Google server-side for event tracking. Additionally, the method above would require getting your employees to install it on their phones and computers which seems a bit unrealistic.
Many start also need to block the tracking of brower testing software (ex: Browerstack - https://www.browserstack.com/question/585) and security scanners."
Update: It’s now easy to exclude your internal traffic from being counted in your stats. See how here: https://plausible.io/docs/excluding
Beta Was this translation helpful? Give feedback.
All reactions