Skip to content

Instantly share code, notes, and snippets.

@ivankristianto
Created July 14, 2018 03:45
Show Gist options
  • Save ivankristianto/544ff778146f769b1dbd775bd70de109 to your computer and use it in GitHub Desktop.
Save ivankristianto/544ff778146f769b1dbd775bd70de109 to your computer and use it in GitHub Desktop.
Google Analytics JSON Template for AMP WordPress
{
"vars": {
"account": "UA-XXXXXXX-Y"
},
"triggers": {
"trackPageview": {
"on": "visible",
"request": "pageview"
},
"trackClick": {
"on": "click",
"selector": "a",
"request": "event",
"vars": {
"eventAction": "click"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment