We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b065ff commit 6651741Copy full SHA for 6651741
ui/index.html
@@ -50,6 +50,16 @@
50
<link rel="preload" href="/index.css" as="style" />
51
<link rel="stylesheet" href="/index.css" />
52
</head>
53
+ <!-- Google tag (gtag.js) -->
54
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-EX26RXX0YT"></script>
55
+ <script>
56
+ window.dataLayer = window.dataLayer || [];
57
+ function gtag(){dataLayer.push(arguments);}
58
+ gtag('js', new Date());
59
+
60
+ gtag('config', 'G-EX26RXX0YT');
61
+ </script>
62
+ <!-- End Google tag (gtag.js) -->
63
<body>
64
<noscript>You need to enable JavaScript to run this app.</noscript>
65
<div id="root"></div>
0 commit comments