Hi @akikodesign
Thanks for using our plugins.
It’s fully compatible, you can find more info here:
https://support.mooveagency.com/topic/ga-gtm-consent-settings/
Hope this helps.
Hi,
Thanks for the reply. I’m still unsure whether your plugin is compatible with Google’s consent mode though.
I’m referring to this feature here: https://developers.google.com/tag-platform/devguides/consent
The information on your page only talks about the tracking scripts being fired once consent is given which is how we currently have it configured, but we want to fire the scripts prior to the user clicking accept but with the below parameters:
gtag(‘consent’, ‘default’, {
‘ad_storage’: ‘denied’,
‘analytics_storage’: ‘denied’
});
Then once the user gives consent the below should be fired:
function consentGranted() {
gtag(‘consent’, ‘update’, {
‘ad_storage’: ‘granted’,
‘analytics_storage’: ‘granted’
});
We could code it all manually, but for it to work we need your accept buttons to include onclick=”consentGranted”.
Can you clarify if your plugin is fully compatible with Consent Mode, maybe I’ve misunderstood something. If it’s not, we’re being asked by the client to explore alternative cookie control providers.
Kind regards, Colin
Hi Colin,
That method is described inside the plugin > Documentation > Default Hooks > GTM / GA consent settings.
Btw, the ‘Direct integration’ method does all the heavy lifting work described above for you, but it’s a premium feature – if you’re interested in that, you need to raise a ticket on our premium support forum as we’re not allowed to provide assistance for premium features here.
Hope this helps.