chore: update gtag

This commit is contained in:
Miki Lombardi
2024-12-04 15:54:58 +00:00
parent 959b3138c1
commit 035bd0f084

View File

@@ -59,19 +59,14 @@
<div id="app"></div> <div id="app"></div>
<script async defer src="https://buttons.github.io/buttons.js"></script> <script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Google tag (gtag.js) -->
<script <script async src="https://www.googletagmanager.com/gtag/js?id=G-X2EQ73KZ03"></script>
async
src="https://www.googletagmanager.com/gtag/js?id=UA-175469686-1"
></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag() { function gtag(){dataLayer.push(arguments);}
dataLayer.push(arguments); gtag('js', new Date());
}
gtag("js", new Date());
gtag("config", "UA-175469686-1"); gtag('config', 'G-X2EQ73KZ03');
</script> </script>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->