Google Analytics Integration for AMP Pages
-
Hello Techies,
I am using official AMP plugin for generating AMP pages for my blog https://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
LinuxTechiThe page I need help with: [log in to see the link]
- The topic ‘Google Analytics Integration for AMP Pages’ is closed to new replies.