add google
This commit is contained in:
@@ -22,7 +22,7 @@ import Footer from "./_components/Footer.astro";
|
|||||||
is:inline
|
is:inline
|
||||||
data-category="analytics"
|
data-category="analytics"
|
||||||
type="text/partytown"
|
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>
|
||||||
|
|
||||||
<script is:inline data-category="analytics" type="text/partytown">
|
<script is:inline data-category="analytics" type="text/partytown">
|
||||||
@@ -39,18 +39,7 @@ import Footer from "./_components/Footer.astro";
|
|||||||
analytics_storage: "denied",
|
analytics_storage: "denied",
|
||||||
});
|
});
|
||||||
|
|
||||||
gtag("config", "G-GSTQ17E9DJ");
|
gtag("config", "G-G2989LF493");
|
||||||
</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",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user