I’m building a list of everyone who has viewed at least one of some specific campaign-related pages.
I created a list and in the Filters tab I selected the "Page View" as filter category, with the option “has at least one Page View of a URL that matches regular expression” selected.
Let’s say the list is:
| mydomain/blog/blog-post-1 |
|---|
| mydomain.com/landing-page/?utm-campaign=campaign1 |
| info.mydomain.com/another-landing-page |
This expression is not working (blog\/blog\-post\-1|landing\-page\/\?utm\-campaign=CAMPAIGN1|another\-landing\-page).
What I want to do with this expression:
- we have many subdomains (www, info, etc.) so it must work on anything before the text match
- it also must match all URLs with any text after those values
Any tips? Thanks!
