add google analytics

This commit is contained in:
Jeff Colombo 2019-03-22 10:51:39 -04:00
parent 7cc5e9c77f
commit ed723f4354

View File

@ -10,6 +10,15 @@
<link rel="stylesheet" href="/dist/global.css" /> <link rel="stylesheet" href="/dist/global.css" />
<link rel="stylesheet" href="/dist/app.css" /> <link rel="stylesheet" href="/dist/app.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-45873755-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-45873755-2');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script> <script>
(adsbygoogle = window.adsbygoogle || []).push({ (adsbygoogle = window.adsbygoogle || []).push({