Skip to content

Commit 26008f5

Browse files
committed
add google tag
1 parent 55aab9f commit 26008f5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@
7474
}
7575
}
7676
</script>
77+
<!-- Google tag (gtag.js) -->
78+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1B67VYZMXF"></script>
79+
<script>
80+
window.dataLayer = window.dataLayer || [];
81+
function gtag(){dataLayer.push(arguments);}
82+
gtag('js', new Date());
83+
84+
gtag('config', 'G-1B67VYZMXF');
85+
</script>
7786
<script type="module" crossorigin src="/assets/index-BKG20kvp.js"></script>
7887
<link rel="stylesheet" crossorigin href="/assets/index-rakNYPth.css">
7988
</head>

vix-site/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@
7474
}
7575
}
7676
</script>
77+
<!-- Google tag (gtag.js) -->
78+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1B67VYZMXF"></script>
79+
<script>
80+
window.dataLayer = window.dataLayer || [];
81+
function gtag(){dataLayer.push(arguments);}
82+
gtag('js', new Date());
83+
84+
gtag('config', 'G-1B67VYZMXF');
85+
</script>
7786
</head>
7887

7988
<body>

0 commit comments

Comments
 (0)