Exclude pages from history with regular exception #1823
Replies: 3 comments
|
I don't think we can exclude pages since they are actual pageviews. An upcoming feature is to be able to report and query on UTM query parameters. Maybe we can add URL aggregation to that. Otherwise, your only option is to do it programmatically after disabling auto-tracking. You would send a modified path in the Another thing you can do is update the data directly through SQL. Find all instances of the url you want to modify and strip out the rest of the url. |
|
Interesting. I have a similar use-case where I'd like to amalgamate/aggregate the count of /checkout/order-received/* instead of having 1 view each for /checkout/order-received/10002 and increasing every number with each order. It's cluttering the page view having so many of the individual order pages in the list of page views. |
|
This is also a security thing. When there are sensitive contents provided behind a Since this post is quite old now - is there any news about it? Any new best way to achieve this now? |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
First of all, thanks for this tool, we just migrated to Umami from Google Analytics and it's just perfect.
I was wondering if it was possible to exclude pages or aggregate them in he history to avoid paths like :
/guest/<id>or/view/<id>to be counted out individually but as one page.I know that there is an option in the tracker configuration to disable the auto-tracking of pages. But my applications are quite large and I would like to avoid to specify for each page whether to enable tracking or not.
Thanks for your response,
Maxime
All reactions