Skip to content

Commit e258488

Browse files
author
rainliu
committed
add analytics
1 parent d60cf31 commit e258488

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,13 @@
163163
<img src="./res/animated_ferris_white.gif">
164164
</div>
165165
</body>
166+
<!-- Global site tag (gtag.js) - Google Analytics -->
167+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BHTZSJEX72"></script>
168+
<script>
169+
window.dataLayer = window.dataLayer || [];
170+
function gtag(){dataLayer.push(arguments);}
171+
gtag('js', new Date());
166172

173+
gtag('config', 'G-BHTZSJEX72');
174+
</script>
167175
</html>

0 commit comments

Comments
 (0)