Skip to main content
All guides
Serious KVKK m.5 · GDPR Art. 6 · ePrivacy Art. 5(3) · Advertising

Google Ads / DoubleClick remarketing before consent

DoubleClick / Google Ads remarketing tags drop advertising cookies to retarget visitors across the web. On page load, that is advertising processing without consent.

Why it matters

Remarketing is the definition of non-essential: it exists to profile visitors for ads. Prior consent is required, and Consent Mode’s ad_storage must default to denied — otherwise the ad cookies are set the instant the page opens.

How to fix it

Keep ad_storage denied by default in Consent Mode v2, and load the Google Ads / DoubleClick tags only after the visitor opts in to advertising. A visitor who rejects should see no doubleclick.net requests at all.

<!-- Default denied (before any Google tag) -->
gtag('consent', 'default', { ad_storage: 'denied' });

<!-- Only after opt-in to advertising -->
gtag('consent', 'update', { ad_storage: 'granted' });

Does your site have this issue?

Run a free scan to find out in seconds.

Official sources

Links to primary legislation for reference. PrivaScan is not affiliated with these bodies; this is information, not legal advice.

Related guides

These guides cover automated checks for trackers, cookies and data flows. A full privacy review also needs legal input.