update ga4 consent

This commit is contained in:
2024-09-05 12:25:43 +01:00
parent 2839a91195
commit 390c010e7c
4 changed files with 42 additions and 22 deletions
+2
View File
@@ -20,6 +20,8 @@ const CookieManagementMain = (props) => {
Object.assign(values, {
"essential": "accepted",
"usage": usageState,
"analytics_storage":
usageState == "accepted" ? "granted" : "denied",
// "communications": communicationsState,
"settings": settingsState,
});