- Does Google Analytics 4 use cookies?
- Yes. GA4 primarily uses the _ga cookie to store a unique visitor identifier, along with _gid and _ga_{property-id} cookies depending on configuration. These are first-party cookies set on your domain, but the data is sent to Google servers. When Google Signals is enabled, GA4 may also link data to a visitor's Google account using third-party signals.
- Do I need consent before loading GA4 in the EU?
- Yes. Under the GDPR and national implementations of the ePrivacy Directive, GA4 requires prior informed consent from EU and UK visitors before it may run. The technical implementation of that consent must be validated: policies stating that GA4 is consent-gated are not sufficient if the tag fires before the CMP has recorded an opt-in decision.
- What is Google Consent Mode v2 and do I need to disclose it?
- Google Consent Mode v2 is a framework that tells GA4 and Google Ads how to behave based on consent signals your CMP sends (analytics_storage, ad_storage, ad_user_data, ad_personalization). Configuring it is worthwhile, but it is not a substitute for blocking Google tags when the visitor opts out. In advanced Consent Mode, GA4 may still send cookieless pings to Google on reject, and Google may use behavioral modeling to fill conversion gaps. If you use that mode, your privacy policy should describe it accurately and your data processing agreement with Google should cover modeled conversions. In practice, regulators, auditors, and plaintiffs often look at network traffic first: if they still see requests to Google after opt-out, they may not pause to verify that Consent Mode was configured correctly. The stronger operational position is to configure Consent Mode where it helps, and also gate GA4 in your CMP and tag manager so those scripts do not load in reject and GPC states. Validate both the signals Google receives and whether any Google endpoint is contacted when the visitor has refused analytics.
- Can GA4 fire without cookies using cookieless measurement?
- Yes. Google has added cookieless measurement features to GA4. In server-side tagging and certain configurations, GA4 can collect behavioral data without setting cookies by using device fingerprinting or server-side identification. Your policy should reflect actual measurement behavior, not just cookie-based tracking, if cookieless or server-side GA4 is in use.
- Does GA4 count as a sale or sharing of personal information under the CCPA?
- If GA4 advertising features or Google Signals are enabled, and data is used for cross-context behavioral advertising, California regulators may treat this as a "sale" or "sharing" under the CPRA. Your policy must provide opt-out rights, and your CMP and tag manager must technically honor those rights, including when a GPC signal is detected.
- Is it enough to verify GA4 inside Google Analytics or Consent Mode settings?
- No. Those consoles show how Google expects to behave when signals are received, not whether your site sends the right signals or blocks the tag on opt-out. You still need to confirm that GA4 is introduced through your CMP and tag manager, that firing rules listen to consent, and that no Google endpoint is contacted after reject or GPC. That requires holistic testing from the visitor's browser, which is what Lokker Consent Validator is built for.