Skip to content

Commit 479434b

Browse files
authored
Update document.html
1 parent 14cd051 commit 479434b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/document.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,5 +273,14 @@ <h2>For Chinese users<a class="headerlink" href="#for-chinese-users" title="Perm
273273
}
274274
})
275275
</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>
276285
</body>
277286
</html>

0 commit comments

Comments
 (0)