feat(aio): add google analytics (#15081)

This commit is contained in:
Ward Bell
2017-03-13 18:08:23 -07:00
committed by Chuck Jazdzewski
parent 914797a8ff
commit 1c1085b140
12 changed files with 283 additions and 13 deletions

View File

@ -22,6 +22,16 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Google Analytics -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
// let GaService set the following
// ga('create', 'UA-xxxxxxx-1', 'auto');
// ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
</head>
<body>