Exclude certain pages from being tracked #469
Replies: 6 comments 6 replies
-
I'm working on this and #112 together, is there any preference on what we send back for events that are excluded (either by IP or page path)? Just still send 202 and quietly not count the view, or send back a code to actually indicate the lack of counting (maybe a 403)? I figure the former is better from a "protecting site settings standpoint", but the latter may be more useful for debugging/if people forget an exclusion is set up. |
Beta Was this translation helpful? Give feedback.
-
Just to add to this - we have pages like "loggin-in" that shows up after authentication redirects etc. Those are pages that are "most visited" for our web-app but we would like to exclude it from the stats. I have no preference if I should block it client-side or inside the dashboard |
Beta Was this translation helpful? Give feedback.
-
I'd like exclude urls based on pattern/regex or similar. In my use case we generate secret links with expiration time, and it's something we don't want to record in our statistics. Possibly aggregate in some way to exclude the secret parameter. example: |
Beta Was this translation helpful? Give feedback.
-
This is now live! Instructions: https://plausible.io/docs/excluding-pages |
Beta Was this translation helpful? Give feedback.
-
Since it's kinda the same theme. I'm wanting to ignore either a specific user-agent or if it has some get query such as source. Basically, I have monitoring that includes a full-page load via chrome and I would rather these checks weren't included. |
Beta Was this translation helpful? Give feedback.
-
We now have an easy and simple way to exclude certain pages or sections from being tracked directly in the site settings https://plausible.io/docs/top-pages#block-traffic-from-specific-pages-or-sections |
Beta Was this translation helpful? Give feedback.
-
"Is there an option to exclude certain resources so that these are not recorded analytic events? For example, if there is a need to preclude a list of pages, can these be added to Plausible as non-interactive/non-recording resources? The script is currently embedded dynamically. It would require additional development to exclude it from the build and deploy process."
Update: This is now live! Instructions: https://plausible.io/docs/excluding-pages
Beta Was this translation helpful? Give feedback.
All reactions