Skip to content

Commit

Permalink
update: add google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehue committed Apr 5, 2024
1 parent 3ed0d7d commit d7a934a
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 @@ -8,6 +8,20 @@
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-EQ9Y8K2XDB"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-EQ9Y8K2XDB");
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Map Maker</title>
</head>
Expand Down

0 comments on commit d7a934a

Please sign in to comment.