My site has user profiles that are accessible via URLs that look like this: www.domain.com/profile/123/.... I want to show users page view statistics of their profi
www.domain.com/profile/123/...
This will work:
filters=ga:pagePath=~/profile/123/
To do /*/view/* (as per @VinnyG’s comment), this should work:
/*/view/*
filters=ga:pagePath=~/[^/]+/view/
I'm assuming you want to match one (and only one) directory before /view/.
/view/