• Resolved Akiko Design

    (@akikodesign)


    Hi,

    I’ve searched through the existing support tickets and can’t find the answer to this, but I wanted to know if your plugin is compatible with Google Consent Mode.

    I suspect the answer is no; if so, do you have any plans to make it compatible as we have clients asking for this option.

    Many thanks, Akiko Design.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Moove Agency

    (@mooveagency)

    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.

    Thread Starter Akiko Design

    (@akikodesign)

    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

    Plugin Author Moove Agency

    (@mooveagency)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Google Consent Mode’ is closed to new replies.