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 bec93e7 commit f0a196cCopy full SHA for f0a196c
packages/playground/public/index.html
@@ -37,4 +37,16 @@
37
To create a production bundle, use `npm run build` or `yarn build`.
38
-->
39
</body>
40
+ <!-- Global site tag (gtag.js) - Google Analytics -->
41
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-119462943-1"></script>
42
+ <script>
43
+ window.dataLayer = window.dataLayer || [];
44
+
45
+ function gtag() {
46
+ dataLayer.push(arguments);
47
+ }
48
49
+ gtag('js', new Date());
50
+ gtag('config', 'UA-119462943-1');
51
+ </script>
52
</html>
0 commit comments