mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
try to add google analytics again
This commit is contained in:
parent
9807d37e07
commit
ad26eb1bfa
1 changed files with 8 additions and 11 deletions
19
index.html
19
index.html
|
@ -2,13 +2,14 @@
|
|||
<html lang="en" dir="ltr">
|
||||
|
||||
<head>
|
||||
<!-- Google Tag Manager -->
|
||||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||||
})(window,document,'script','dataLayer','GTM-P8FN4Z7Q');</script>
|
||||
<!-- End Google Tag Manager -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3VB2TNCW2V"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-3VB2TNCW2V');
|
||||
</script>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport"
|
||||
|
@ -165,10 +166,6 @@
|
|||
</head>
|
||||
|
||||
<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>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/index.tsx"></script>
|
||||
|
|
Loading…
Reference in a new issue