Skip to content
This repository was archived by the owner on Oct 22, 2019. It is now read-only.
This repository was archived by the owner on Oct 22, 2019. It is now read-only.

Why doesn't Google AMP Analytics adhere to tracking filters? #665

@tborges

Description

@tborges

In Google Analytics I have filters setup to block my office IP from affecting the analytics traffic. However, when I use the below analytics code, my page views still get tracked.

</amp-analytics> <amp-analytics type="googleanalytics"> <script type="application/json"> { "vars": { "account": "UA-XXXXXXXX-X" }, "triggers": { "trackPageview": { "on": "visible", "request": "pageview" } } } </script> </amp-analytics>

Please help
Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions