added google analytics script

This commit is contained in:
2022-05-31 15:26:01 +02:00
parent a334bcfeed
commit 10957fcb41
5 changed files with 21 additions and 16 deletions

View File

@@ -118,5 +118,14 @@
</div>
</footer>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NBVRNJ9C0Y"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NBVRNJ9C0Y');
</script>
</body>
</html>