Note
This is a cached result from 18 Sept 2026. A new scan will be available on 16 Oct 2026.
Verdict
2 warnings · 7 checks passed
Advertising assessment: Non-Compliant
89%
Vendors
Google Ads advertising No tracking before consent10/10
Compliant
Google Tag Manager functional
GTM-KV5XFPMGTM-PZ3D3PV Compliant
Violations
Critical
Consent Mode does not update in place after the consent choice
GCM_008Affected: broken
Call gtag('consent', 'update') immediately after the visitor's choice, with the correct values for both accept and reject. Do not rely on a page reload: it creates duplicate pageviews and breaks session attribution.
Warning
Consent Mode default is missing
GCM_001Call gtag('consent', 'default') with denied values before GTM or GA4 loads, so the initial consent state is explicit.
Warning
Consent state was not updated after the banner choice
GCM_003Make both the accept and the reject button update the consent state through the GTM Consent API or gtag('consent', 'update').