datascale

Check explainer

Consent Mode signal after update

Consent Mode V2 needs a gtag consent update after opt-in, otherwise Google conversion modelling stays off.

  • to review
  • ok

What we check

Checks whether a gtag consent update fires after "Accept".

Why it matters

Consent Mode V2 needs a gtag consent update after opt-in, otherwise Google conversion modelling stays off.

Common causes

The most common triggers for this finding. Expand this section with real-world examples.

How to fix it

Fire gtag("consent","update",{…}) in the CMP accept callback and verify in Tag Assistant.

  • Q01
    What does a failing Consent Mode signal after update finding mean?

    Consent Mode V2 needs a gtag consent update after opt-in, otherwise Google conversion modelling stays off. Fire gtag("consent","update",{…}) in the CMP accept callback and verify in Tag Assistant.

  • Q02
    How do you fix Consent Mode signal after update?

    Fire gtag("consent","update",{…}) in the CMP accept callback and verify in Tag Assistant.