try to add google analytics again

This commit is contained in:
Cooper Ransom 2024-02-28 18:13:53 -05:00
parent 9807d37e07
commit ad26eb1bfa
1 changed files with 8 additions and 11 deletions

View File

@ -2,13 +2,14 @@
<html lang="en" dir="ltr"> <html lang="en" dir="ltr">
<head> <head>
<!-- Google Tag Manager --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-3VB2TNCW2V"></script>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': <script>
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], window.dataLayer = window.dataLayer || [];
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= function gtag(){dataLayer.push(arguments);}
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); gtag('js', new Date());
})(window,document,'script','dataLayer','GTM-P8FN4Z7Q');</script>
<!-- End Google Tag Manager --> gtag('config', 'G-3VB2TNCW2V');
</script>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<meta name="viewport" <meta name="viewport"
@ -165,10 +166,6 @@
</head> </head>
<body> <body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P8FN4Z7Q"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div> <div id="root"></div>
<script type="module" src="/src/index.tsx"></script> <script type="module" src="/src/index.tsx"></script>