We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250c2c8 commit 8c74628Copy full SHA for 8c74628
client/public/index.html
@@ -27,6 +27,15 @@
27
Learn how to configure a non-root public URL by running `npm run build`.
28
-->
29
<title>Bias Tracker</title>
30
+ <!-- Global site tag (gtag.js) - Google Analytics -->
31
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115074345-1"></script>
32
+<script>
33
+ window.dataLayer = window.dataLayer || [];
34
+ function gtag(){dataLayer.push(arguments);}
35
+ gtag('js', new Date());
36
+
37
+ gtag('config', 'UA-115074345-1');
38
+</script>
39
</head>
40
<body>
41
<noscript>
0 commit comments