Skip to content

Commit

Permalink
feat: add google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
bishalspkt committed Jan 16, 2024
1 parent cb29bb7 commit 3c1098a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta property="description" content="Geospatial data visualization and processing toolkit built using purely open source web mapping stack." />
Expand All @@ -16,5 +17,15 @@
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>

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

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

0 comments on commit 3c1098a

Please sign in to comment.