feat(aio): add google analytics (#15081)
This commit is contained in:

committed by
Chuck Jazdzewski

parent
914797a8ff
commit
1c1085b140
@ -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>
|
||||
|
Reference in New Issue
Block a user