Multiple exclusion regular expressions
-
Hi, I’m trying to exclude from Google Analytics Popular Posts any posts of mine that have pictures which are linked after the post title:
include:
/yyyy/mm/dd/postTitle
exclude:
/yyyy/mm/dd/postTitle/imageI tried to use the and operator && to add another line, but keep getting errors.
If I use:
[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]/.*?/I get a list of my most-popular pictures, but I want all these excluded.
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multiple exclusion regular expressions’ is closed to new replies.