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 612986a commit 7542458Copy full SHA for 7542458
public/index.html
@@ -23,6 +23,17 @@
23
work correctly both with client-side routing and a non-root public URL.
24
Learn how to configure a non-root public URL by running `npm run build`.
25
-->
26
+ <!-- Global site tag (gtag.js) - Google Analytics -->
27
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
28
+ <script>
29
+ window.dataLayer = window.dataLayer || [];
30
+ function gtag(){dataLayer.push(arguments);}
31
+ gtag('js', new Date());
32
+ // Shared ID
33
+ gtag('config', 'UA-118965717-3');
34
+ // React.js ID
35
+ gtag('config', 'UA-118965717-6');
36
+ </script>
37
</head>
38
39
<!-- BODY options, add following classes to body to change options
0 commit comments