• 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/image

    I 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)
  • Plugin Author koichiyaima

    (@koichi-nakatsu)

    Hi,
    Can not by limitation in the design of Google.

    So, if your post title:
    Include:
    /yyyy/mm/dd/postTitle/image
    Exclude:
    /yyyy/mm/dd/postTitle
    can exclude.

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple exclusion regular expressions’ is closed to new replies.