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 a57d84f commit ce69f92Copy full SHA for ce69f92
example/public/index.html
@@ -38,5 +38,14 @@
38
To create a production bundle, use `npm run build` or `yarn build`.
39
-->
40
<!-- Place this tag in your head or just before your close body tag. -->
41
+ <!-- Global site tag (gtag.js) - Google Analytics -->
42
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-140316487-1"></script>
43
+ <script>
44
+ window.dataLayer = window.dataLayer || [];
45
+ function gtag(){dataLayer.push(arguments);}
46
+ gtag('js', new Date());
47
+
48
+ gtag('config', 'UA-140316487-1');
49
+ </script>
50
</body>
51
</html>
0 commit comments