Add analytics

This commit is contained in:
Anton Roslund 2025-03-16 11:02:27 +01:00
parent 566b8d6086
commit 1f93c8eb9e

View file

@ -3947,5 +3947,15 @@
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2RD5193D15"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2RD5193D15');
</script>
</body>
</html>