Skip to content

Commit 78d6e41

Browse files
ga4 tag for app_download
1 parent 4a48857 commit 78d6e41

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

web/src/layouts/Layout.astro

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ import { ClientRouter } from "astro:transitions";
3939
</script>
4040
<!-- End Google Tag Manager -->
4141

42-
<!-- <script data-category="analytics" is:inline type="text/partytown" src="https://www.googletagmanager.com/gtag/js?id=GTM-NC98TL28"></script> -->
42+
<script
43+
data-category="analytics"
44+
is:inline
45+
type="text/partytown"
46+
src="https://www.googletagmanager.com/gtag/js?id=G-7D9M5LKKR7"></script>
4347

4448
<script data-category="analytics" is:inline type="text/partytown">
4549
window.dataLayer = window.dataLayer || [];
@@ -48,8 +52,7 @@ import { ClientRouter } from "astro:transitions";
4852
}
4953
gtag("js", new Date());
5054

51-
// gtag("config", "G-7D9M5LKKR7");
52-
// gtag("config", "GTM-NC98TL28");
55+
gtag("config", "G-7D9M5LKKR7");
5356

5457

5558

0 commit comments

Comments
 (0)