updated google id
Web/pipeline/head This commit looks good Details

This commit is contained in:
Ell 2021-05-28 22:13:57 +02:00
parent e2f202efbd
commit 93a50aedb5
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XC0W9LJMCJ"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-87WTXFSCL7"></script>
<script>
window.dataLayer = window.dataLayer || [];
@ -34,7 +34,7 @@
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-XC0W9LJMCJ');
gtag('config', 'G-87WTXFSCL7');
</script>
</head>