Update to Google Analytics 4

This commit is contained in:
Przemek Więch 2023-06-22 17:06:55 +02:00 committed by GitHub
parent cbe0d0f393
commit ceee39d1d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-334534-14"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-32GXR2WF6S"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-334534-14');
gtag('config', 'G-32GXR2WF6S');
</script>
<meta charset="utf-8">
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no">