Add Google Analytics

This commit is contained in:
Matthew Grove
2018-11-17 19:13:57 +00:00
parent 772c6720ec
commit 13f2e8c5be

View File

@@ -43,6 +43,15 @@
<script src="/assets/global.js"></script> <script src="/assets/global.js"></script>
<link href="style.css" rel="stylesheet"> <link href="style.css" rel="stylesheet">
<link href="/assets/global.css" rel="stylesheet"> <link href="/assets/global.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124505000-1');
</script>
</head> </head>
<body> <body>
<!-- cookie notice is included via jQuery --> <!-- cookie notice is included via jQuery -->