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 acb621d commit 7732bcaCopy full SHA for 7732bca
app/index.html
@@ -25,6 +25,15 @@
25
<link async rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
26
<link rel="stylesheet" href="bundle.css">
27
28
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-170789049-1"></script>
29
+ <script>
30
+ window.dataLayer = window.dataLayer || [];
31
+ function gtag(){dataLayer.push(arguments);}
32
+ gtag('js', new Date());
33
+
34
+ gtag('config', 'UA-170789049-1');
35
+ </script>
36
37
</head>
38
<body>
39
<vis-bug></vis-bug>
0 commit comments