Skip to content

Commit 183f6e3

Browse files
committed
upgrade GA
1 parent 1c8ff68 commit 183f6e3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: docs/index.html

+9
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,13 @@
2222
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
2323
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.js"></script>
2424
<script src="//unpkg.com/docsify/lib/plugins/ga.js"></script>
25+
<!-- Google tag (gtag.js) -->
26+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TD85LK5TX0"></script>
27+
<script>
28+
window.dataLayer = window.dataLayer || [];
29+
function gtag(){dataLayer.push(arguments);}
30+
gtag('js', new Date());
31+
32+
gtag('config', 'G-TD85LK5TX0');
33+
</script>
2534
</html>

0 commit comments

Comments
 (0)