-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
If the value is set in blogger settings there might be a way to place it in the amp settings for googleanalytics.
<amp-analytics type="googleanalytics">
<script type="application/json">
{
"vars": {
"account": "UA-XXXXX-Y"
},
"triggers": {
"trackPageview": {
"on": "visible",
"request": "pageview"
}
}
}
</script>
</amp-analytics>