Automatically sends consent signals to Google Analytics 4 and Google Ads. Default denied until user consents, updated in real time. No manual gtag() setup.
Google Consent Mode v2 activates automatically when the banner loads. No extra setup, no code changes, no manual gtag() calls.
Sends all required signals — analytics_storage, ad_storage, ad_user_data, and ad_personalization — so Google receives complete consent information.
When a visitor changes their consent preferences, signals are updated instantly. Google Analytics and Google Ads reflect the new consent state immediately.
The Pivlu Consent banner loads before your Google Analytics script. It sets all consent signals to denied by default. When the visitor accepts cookies, the signals are updated to granted in real time via gtag('consent', 'update').
Page loads → consent defaults set to denied → banner displayed → visitor accepts → gtag('consent', 'update') fires → GA4 and Google Ads receive granted signals.
Every signal, every integration, fully automatic.