Update gtag

This commit is contained in:
2025-08-06 11:34:58 +00:00
parent a8341f43f1
commit 5c4f68e7a7

View File

@@ -85,13 +85,14 @@ $currentPage = $page === 'index' ? 'Home' : ucwords(str_replace('-', ' ', $page)
}
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7LSPWJ1YKX"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-486MZV8H9M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7LSPWJ1YKX');
gtag('config', 'G-486MZV8H9M');
</script>
</head>
<body>