Skip to content

Instantly share code, notes, and snippets.

@webloglife
Created December 2, 2016 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webloglife/c39ca6e30f91d8dd2c80491c299e11a9 to your computer and use it in GitHub Desktop.
Save webloglife/c39ca6e30f91d8dd2c80491c299e11a9 to your computer and use it in GitHub Desktop.
amp-analytics2
<amp-analytics type="googleanalytics" id="analytics1">
<script type="application/json">
{
"vars": {
"account": "UA-XXXXX-Y"
},
"triggers": {
"trackPageview": {
"on": "visible",
"request": "pageview"
}
}
}
</script>
</amp-analytics>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment