I would like to match all URLs in google analytics except those with product-103
. For example, I want to match
https://shop.com/
https://shop.com/man/
https://shop.com/learn/
But filter out
https://shop.com/man/product-103/
https://shop.com/man/product-103/color/
RE2 does not support lookarounds. Any help would be much appreciated.