Skip to content

Commit 77ede7f

Browse files
authored
Merge pull request #106 from BuildingEnergyTools/dap-tracking
add analytics and DAP code
2 parents 535908a + fcd7206 commit 77ede7f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,20 @@
66
<base href="/">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="icon" type="image/x-icon" href="favicon.ico">
9+
10+
<!-- Google Tag Manager -->
11+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
12+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
13+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
14+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
15+
})(window,document,'script','dataLayer','GTM-WZQX9F4');</script>
16+
<!-- End Google Tag Manager -->
917
</head>
1018
<body class="mat-typography">
19+
<!-- Google Tag Manager (noscript) -->
20+
<noscript><iframe src=https://www.googletagmanager.com/ns.html?id=GTM-WZQX9F4
21+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
22+
<!-- End Google Tag Manager (noscript) -->
1123
<app-root></app-root>
1224
</body>
1325
</html>

0 commit comments

Comments
 (0)