Note
This is a cached result from 10 Sept 2026. A new scan will be available on 8 Oct 2026.
Verdict
2 findings · 2 warnings · 5 checks passed
57%
Vendors
Google Analytics 4 analytics
G-6TR0QHHQSL Non-Compliant
Google Tag Manager functional
Compliant
Violations
Critical
Tracking cookies set before consent established
GCM_002Ensure GTM/GA4 loads only after consent default is set, or delay script execution until consent
Critical
Consent mode state does not reflect user's consent choice
GCM_008Google Consent Mode is not updating correctly after user interaction. Verify that gtag('consent', 'update') is called with the correct parameters after both accept and reject actions.
Warning
Missing consent default before tracking requests
GCM_001Add gtag('consent', 'default', {...}) with denied values before loading GTM/GA4 scripts
Warning
Missing consent update after banner reject
GCM_003Ensure reject button updates consent state via GTM Consent API or gtag('consent', 'update', {...})
Warning
Non-compliant tracking requests before consent interaction
GCM_009Ensure tracking vendors respect consent by using Advanced Consent Mode (cookie-less mode) or delay loading until consent is granted. Affected vendors: Google Analytics 4