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 abcd7ff commit bce5d78Copy full SHA for bce5d78
index.html
@@ -76,5 +76,14 @@ <h1 class="logo-container">
76
</div>
77
<script src="js/encode.js"></script>
78
<script src="js/copyText.js"></script>
79
+ <!-- Google tag (gtag.js) -->
80
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-94SFBSSQ3M"></script>
81
+ <script>
82
+ window.dataLayer = window.dataLayer || [];
83
+ function gtag(){dataLayer.push(arguments);}
84
+ gtag('js', new Date());
85
+
86
+ gtag('config', 'G-94SFBSSQ3M');
87
+ </script>
88
</body>
89
</html>
0 commit comments