Google Analytics regex exclude a phrase
问题 I'm creating a content grouping with the following URLs: /my-category/something /my-category/somethingelse /my-category/product1-brand-color /my-category/product2-brand-color How to create a RegEx to group /my-category/ pages but exclude everything that has "brand"? 回答1: Google Analytics doesn't support negative lookahead expressions. Instead, create 2 (or more) filters: The first filter to include your regex using the "Only Show" dropdown The second filter using the "Don't Show" dropdown