add Google Analytics

This commit is contained in:
kandrusyak
2022-12-12 15:14:07 +03:00
parent 5939bb4e13
commit 4ca691608a

View File

@@ -7,5 +7,13 @@
<body>
<div id="root"></div>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M6E6PDB6Y4');
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M6E6PDB6Y4"></script>
</body>
</html>