Skip to content

Commit

Permalink
add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
buoyancy99 committed Jul 3, 2024
1 parent d0138e6 commit 238e686
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@
<script src="./static/js/index.js"></script>
</head>

<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-2VDTE2MJMK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-2VDTE2MJMK");
</script>

<body>
<section class="hero">
<div class="hero-body">
Expand Down

0 comments on commit 238e686

Please sign in to comment.