update ga4 consent
This commit is contained in:
@@ -20,6 +20,8 @@ const CookieManagementMain = (props) => {
|
||||
Object.assign(values, {
|
||||
"essential": "accepted",
|
||||
"usage": usageState,
|
||||
"analytics_storage":
|
||||
usageState == "accepted" ? "granted" : "denied",
|
||||
// "communications": communicationsState,
|
||||
"settings": settingsState,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user