Skip to content

Commit

Permalink
chore: add google analytics tags
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Dec 24, 2024
1 parent e05719e commit fc5420d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,14 @@
</head>
<body tabindex="-1">
<div id="app"></div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0XSQEZTXER"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-0XSQEZTXER');
</script>
</body>
</html>

0 comments on commit fc5420d

Please sign in to comment.