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 8ff4fb8 commit 41ab9a1Copy full SHA for 41ab9a1
public/index.html
@@ -19,5 +19,16 @@
19
<body class="night-mode">
20
<noscript>You need to enable JavaScript to run this app.</noscript>
21
<div id="root"></div>
22
+
23
+ <!-- Global site tag (gtag.js) - Google Analytics -->
24
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132223767-1"></script>
25
+<script>
26
+ window.dataLayer = window.dataLayer || [];
27
+ function gtag(){dataLayer.push(arguments);}
28
+ gtag('js', new Date());
29
30
+ gtag('config', 'UA-132223767-1');
31
+</script>
32
33
</body>
34
</html>
0 commit comments