How can I flatten page views that contain a uuid into one metric the the dashboard?

Hey, I’ve set up Matomo on my site and I’ve run into an issue where the URL structure is something like: mysite.com/users/{unique_id}/abc, so it seems that out of the box Matomo splits the page view stats by the url structure, i.e. users -> 123 -> abc, users -> 456 -> abc.

What should my approach be if I want to aggregate all the page views of “abc” regardless of the dynamic portion of the URL structure?

1 Like