Skip to content

Commit

Permalink
Merge pull request #6 from WASAC/chore/migrate-ga4
Browse files Browse the repository at this point in the history
chore: migrate to google analytics 4
  • Loading branch information
JinIgarashi authored Jul 31, 2023
2 parents 44d26cd + 2f63671 commit 4252b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
</script>

<sveltekit:head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-170080825-3"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-872N8T6TQJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-170080825-3');
gtag('config', 'G-872N8T6TQJ');
</script>
</sveltekit:head>

Expand Down

0 comments on commit 4252b60

Please sign in to comment.