Being able to filter traffic from Plausible UI #2194
Closed
gperriard
started this conversation in
Anything Else
Replies: 2 comments 1 reply
-
thanks for the feedback @gperriard! and yes, you're right. the options you listed are currently the only options we have. would be nice to allow more flexibility for this in the future |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Is it currently possible to include only hits coming from trusted domains on Plausible?
So far, I could find only two ways to restraint domains from sending hits to Plausible:
localStorage.plausible_ignore=true
before the Plausible script on those domains to avoid HTTP request being made to Plausible serversWe are loading Plausible on multiple environments (testing and production).
On testing, we test every new event tracking setup by looking at the HTTP requests.
Using technics above aren't sustainable in my case, as I can enforce everyone on the project to adapt their browsers. I also can't add
localStorage.plausible_ignore=true
before the loading of Plausible because I need to test events (checking HTTP request) on testing server.I can also imagine that the integration of data in Plausible can be compromised as it can be flooded with data from other domains by a malicious person or by inadvertence if someone put the snippet on a wrong domain.
Other dimensions could also be used in the filtering to handle the following case:
...
Looking forward to all the feedback! :)
Beta Was this translation helpful? Give feedback.
All reactions