Skip to content

Commit 8714c48

Browse files
committed
add google tag
1 parent c97aaf5 commit 8714c48

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@
3939
<script src="static/js/bulma-slider.min.js"></script>
4040
<script src="static/js/index.js"></script>
4141

42+
<!-- Google tag (gtag.js) -->
43+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HWFCQDEG04"></script>
44+
<script>
45+
window.dataLayer = window.dataLayer || [];
46+
function gtag(){dataLayer.push(arguments);}
47+
gtag('js', new Date());
48+
gtag('config', 'G-HWFCQDEG04');
49+
</script>
50+
4251
<style>
4352
.publication-title {
4453
font-size: 1.4rem;

0 commit comments

Comments
 (0)