Google Tag Manager - Support for hotjar

Changes to be committed:
	modified:   index.html
This commit is contained in:
matthieu42morin 2023-03-06 04:07:00 +01:00
parent 2e5be521b8
commit 123b0134ae
1 changed files with 11 additions and 1 deletions

View File

@ -34,10 +34,20 @@
gtag('config', 'G-8RCL0H1Q7V'); gtag('config', 'G-8RCL0H1Q7V');
</script> </script>
<!-- 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-WLHVPKW');</script>
<!-- End Google Tag Manager -->
</head> </head>
<body> <body>
<noscript>Tato stránka potřebuje Javascript.</noscript> <!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WLHVPKW"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="app"></div> <div id="app"></div>
<script type="module" src="/src/main.js"></script> <script type="module" src="/src/main.js"></script>