Skip to content

Commit

Permalink
Merge pull request #121 from AllenInstitute/feature/add-analytics
Browse files Browse the repository at this point in the history
Add analytics to webapp
  • Loading branch information
aswallace authored Jun 14, 2024
2 parents 3bae19e + dec7c69 commit 6e1361b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/web/webpack/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,23 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="logo.png" />
<!-- 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-KCCN6L4X');</script>
<!-- End Google Tag Manager -->
<title>File Explorer</title>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCCN6L4X" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<main id="fms-file-explorer-web"></main>
</body>
</html>

0 comments on commit 6e1361b

Please sign in to comment.