Skip to content

Commit

Permalink
Update the Google Analytics config
Browse files Browse the repository at this point in the history
  • Loading branch information
dguo committed Jan 3, 2024
1 parent 667e65e commit 6e9fd90
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,19 @@
src="/apple-strudel/js/script.js"
></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-109814958-1"
src="https://www.googletagmanager.com/gtag/js?id=G-RJ0Q0K6NZ0"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-109814958-1");

gtag("config", "G-RJ0Q0K6NZ0");
</script>
</head>

Expand Down

0 comments on commit 6e9fd90

Please sign in to comment.