We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cd051 commit 479434bCopy full SHA for 479434b
docs/document.html
@@ -273,5 +273,14 @@ <h2>For Chinese users<a class="headerlink" href="#for-chinese-users" title="Perm
273
}
274
})
275
</script>
276
+ <!-- Google tag (gtag.js) -->
277
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-3GZ8CTQYNC"></script>
278
+<script>
279
+ window.dataLayer = window.dataLayer || [];
280
+ function gtag(){dataLayer.push(arguments);}
281
+ gtag('js', new Date());
282
+
283
+ gtag('config', 'G-3GZ8CTQYNC');
284
+</script>
285
</body>
286
</html>
0 commit comments