Skip to content

Commit a777063

Browse files
committed
gtm
1 parent 7651cb4 commit a777063

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

ui/projects/businessgate/src/index.html

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,23 @@
3030
<link rel="manifest" href="/site.webmanifest">
3131
<link href='https://api.mapbox.com/mapbox-gl-js/v1.9.1/mapbox-gl.css' rel='stylesheet' />
3232
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=5fcf87c180d4f00018da732a&product=sop' async='async'></script>
33-
<!-- Global site tag (gtag.js) - Google Analytics -->
34-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G5ETMT5PVF"></script>
35-
<script>
36-
window.dataLayer = window.dataLayer || [];
37-
function gtag(){dataLayer.push(arguments);}
38-
gtag('js', new Date());
39-
40-
gtag('config', 'G-G5ETMT5PVF');
33+
34+
<!-- Google Tag Manager -->
35+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
36+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
37+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
38+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
39+
})(window,document,'script','dataLayer','GTM-P448WZ2N');
4140
</script>
41+
<!-- End Google Tag Manager -->
42+
43+
<!-- Google Tag Manager (noscript) -->
44+
<noscript>
45+
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P448WZ2N"
46+
height="0" width="0" style="display:none;visibility:hidden"></iframe>
47+
</noscript>
48+
<!-- End Google Tag Manager (noscript) -->
49+
4250
<!-- Meta Pixel Code -->
4351
<script>
4452
!function(f,b,e,v,n,t,s)

0 commit comments

Comments
 (0)