Try out analytics
This commit is contained in:
parent
8c0f44fff2
commit
eaa27bad09
@ -41,4 +41,12 @@
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-321884-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'UA-321884-1');
|
||||
</script>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user