Skip to content

Commit 73506f5

Browse files
committed
feat: added google analytics tag
Signed-off-by: Jad Chahed <[email protected]>
1 parent e964b37 commit 73506f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
src="https://kit.fontawesome.com/053006010f.js"
99
crossorigin="anonymous"
1010
></script>
11+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QCJ7MJ5CPX"></script>
12+
<script>
13+
window.dataLayer = window.dataLayer || [];
14+
function gtag(){dataLayer.push(arguments);}
15+
gtag('js', new Date());
16+
gtag('config', 'G-QCJ7MJ5CPX');
17+
</script>
1118
<title>Vitess | Benchmark</title>
1219

1320
<!-- Open Graph and Twitter Card meta tags -->

0 commit comments

Comments
 (0)