Skip to content

Commit

Permalink
add google analytics to landing
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 11, 2024
1 parent 15c7c9e commit f6fabe1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions landing/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

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

gtag('config', 'G-GP7ERD6RXY');
</script>

%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
Expand Down

0 comments on commit f6fabe1

Please sign in to comment.