The consent tax on lead generation
When you add a cookie consent banner, a portion of visitors will reject cookies or ignore the banner entirely. Those visitors become invisible to your analytics and ad platforms. You can't retarget them, you can't attribute their conversions, and your pixel audiences shrink.
The typical impact: 15-30% of conversions lose attribution. That doesn't mean you lost 15-30% of leads. The leads still come in through forms, phone calls, and emails. You just can't see which ad or page drove them.
The business problem isn't fewer leads. It's worse attribution, which leads to worse ad spend decisions.
Three strategies to recover attribution
1. Maximize your consent rate
The simplest lever. If 85% consent instead of 65%, you recover 20 percentage points of attribution. How:
- Banner design: A non-intrusive bottom bar with a clear "Accept" button consistently outperforms centered modals that block content.
- Timing: Show the banner after 1-2 seconds of scrolling, not immediately on load. Visitors who've started reading are more likely to consent.
- Copy: "We use cookies to improve your experience" gets better consent rates than "This site uses cookies" because it implies a benefit.
- A/B test: CookieBeam's built-in testing lets you experiment with design, copy, and timing to find what works for your audience.
2. Server-side tracking for non-consent-dependent events
Server-side tracking (via sGTM or direct API) recovers some attribution without requiring client-side cookies:
- Google Enhanced Conversions: Sends hashed first-party data (email, phone) from your server to Google Ads. Doesn't need a client-side cookie; needs the user to submit a form.
- Meta Conversions API (CAPI): Same concept for Meta. Server-to-server event matching using hashed identifiers.
- Form submissions: A form submit is a server-side event. You have the lead's data regardless of consent. The gap is attributing it to the right ad click.
CookieBeam's sGTM add-on routes consented events through a server-side container, improving data quality for the visitors who do consent.
3. Google Consent Mode v2 with modeling
This is the biggest recovery lever. When a visitor rejects cookies, Consent Mode v2 sends cookieless pings to Google. Google uses these pings to model the behavior of non-consenting visitors based on consenting ones.
In practice, Consent Mode recovers 50-70% of the attribution gap through modeled conversions. Your Google Ads reports show both observed (consented) and modeled (estimated) conversions.
CookieBeam implements Consent Mode v2 automatically. There's nothing extra to configure. When a visitor rejects, the consent default signals fire, Google receives the pings, and modeling kicks in.
What you should NOT do
- Skip the consent banner: GDPR fines are real and growing. The average fine for cookie violations was over 50K EUR in 2025. That's more than any lead gen campaign is worth.
- Use dark patterns: Hiding the reject button or pre-checking consent gets short-term numbers but long-term risk. Regulators check for this specifically.
- Track without consent: Even if you think you can get away with it technically, the reputational risk of a data protection complaint from a B2B prospect is worse than losing the attribution.
- Rely on browser fingerprinting: It's non-compliant under GDPR and increasingly blocked by browsers anyway.