add google
This commit is contained in:
@@ -22,7 +22,7 @@ import Footer from "./_components/Footer.astro";
|
||||
is:inline
|
||||
data-category="analytics"
|
||||
type="text/partytown"
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-GSTQ17E9DJ"
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-G2989LF493"
|
||||
></script>
|
||||
|
||||
<script is:inline data-category="analytics" type="text/partytown">
|
||||
@@ -39,18 +39,7 @@ import Footer from "./_components/Footer.astro";
|
||||
analytics_storage: "denied",
|
||||
});
|
||||
|
||||
gtag("config", "G-GSTQ17E9DJ");
|
||||
</script>
|
||||
|
||||
<script is:inline data-category="analytics">
|
||||
function updateConsents() {
|
||||
gtag("consent", "update", {
|
||||
ad_storage: "granted",
|
||||
ad_user_data: "granted",
|
||||
ad_personalization: "granted",
|
||||
analytics_storage: "granted",
|
||||
});
|
||||
}
|
||||
gtag("config", "G-G2989LF493");
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user