Skip to content

Commit 21fde8a

Browse files
committed
Add GTM. #21
1 parent 11cdef7 commit 21fde8a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030

3131
<meta name="msapplication-TileColor" content="#da532c">
3232
<meta name="msapplication-TileImage" content="assets/icons/mstile-144x144.png">
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-52K4H6X');</script>
40+
<!-- End Google Tag Manager -->
3341
</head>
3442
<body>
3543
<app-root>LOADING</app-root>

0 commit comments

Comments
 (0)