We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c36679 commit 9dd1ca3Copy full SHA for 9dd1ca3
1 file changed
docs/index.html
@@ -43,5 +43,16 @@ <h4>Open flow</h4>
43
</div>
44
</footer>
45
46
+
47
+<!-- Global site tag (gtag.js) - Google Analytics -->
48
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139588965-1"></script>
49
+<script>
50
+ window.dataLayer = window.dataLayer || [];
51
+ function gtag(){dataLayer.push(arguments);}
52
+ gtag('js', new Date());
53
54
+ gtag('config', 'UA-139588965-1');
55
+</script>
56
57
</body>
58
</html>
0 commit comments