Google Consent mode on free version
-
Hello,
I read in one thread that for the free version you suggest using version 2 of the GCM implementation with your plugin, i.e. pasting this code in the head.window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag(“consent”, “default”, {
ad_storage: “denied”,
ad_user_data: “denied”,
ad_personalization: “denied”,
analytics_storage: “denied”,
functionality_storage: “denied”,
personalization_storage: “denied”,
security_storage: “granted”,
wait_for_update: 2000,
});
gtag(“set”, “ads_data_redaction”, true);
gtag(“set”, “url_passthrough”, true);Does this mean that I permanently set no consent for most options for GCM with this? Because if I paste it before the plugin code, I understand that the above is sent to GTM and further user choices in the consent popup have no influence on it? Does user choices in the free plugin consent popup with this implementation trigger particular variables such as “functionality_storage”, “functionality_storage”, depending on what was set by the user?
- The topic ‘Google Consent mode on free version’ is closed to new replies.