Add Google Analytics

This commit is contained in:
2020-12-24 16:27:04 +00:00
parent 9de36a9621
commit f79d4a9b8a
23 changed files with 214 additions and 4 deletions

View File

@@ -24,4 +24,14 @@
<!-- import local styling & scripts -->
<script src="/js/global.js"></script>
<link href="/css/global.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-68BN6F20LG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-68BN6F20LG');
</script>
</head>