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 5339e53 commit 52ab6c2Copy full SHA for 52ab6c2
index.html
@@ -40,6 +40,15 @@
40
</script>
41
<!-- This script adds the flutter initialization JS code -->
42
<script src="main.dart.js" defer></script>
43
+ <!-- Google tag (gtag.js) -->
44
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-DY1L4T0Q57"></script>
45
+ <script>
46
+ window.dataLayer = window.dataLayer || [];
47
+ function gtag(){dataLayer.push(arguments);}
48
+ gtag('js', new Date());
49
+
50
+ gtag('config', 'G-DY1L4T0Q57');
51
+ </script>
52
</head>
53
<body>
54
<script>
0 commit comments