• Resolved linuxtechi

    (@linuxtechi)


    Hello Techies,

    I am using official AMP plugin for generating AMP pages for my blog http://www.linuxtechi.com. I am using AMP in Reader’s mode. I want to track all AMP pages in google analytics for that I have added the following json code in AMP’s plugin Analytics Configuration option

    {
    “vars”: {
    “account”: “UA-xxxxxxxxx-x”
    },
    “triggers”: {
    “trackPageview”: {
    “on”: “visible”,
    “request”: “pageview”
    }
    }
    }

    But the issue is that I can’t see any AMP pages are being tracked in my google analytics.
    Can someone suggest what can be done so that AMP pages are integrated with GA ?

    Thanks in advance.
    Regards
    LinuxTechi

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Google Analytics Integration for AMP Pages’ is closed to new replies.