Skip to main content
OneView automatically enforces Google Consent Mode v2 consent across all Conversion API integrations. Cannot be disabled.
Consent Enforcement automatically respects user consent signals across all advertising platforms, ensuring that conversions are only sent when users have granted the required permissions. OneView enforces consent at the infrastructure level, eliminating the need for platform-specific consent configuration.
Understanding consent enforcement:Traditional implementations require you to configure consent handling for each platform separately, creating opportunities for errors and inconsistencies. OneView enforces consent automatically across all platforms using Google Consent Mode v2, ensuring consistent compliance without manual configuration.
OneView automatically enforces consent across all Conversion API integrations:
Consent PropertyWhat It MeansWhen GrantedWhen Denied
analytics_storageUser allows first-party analytics✅ OneView processes event data❌ OneView discards event data
ad_storageUser allows advertising optimization✅ OneView sends Conversion API❌ OneView does not send Conversion API
ad_user_dataUser allows transmission of personal data✅ OneView includes hashed PII❌ OneView excludes PII
ad_personalizationUser allows personalized advertising✅ OneView flags personalization as true❌ OneView flags personalization as false
When consent is not explicitly GRANTED, it is considered DENIED by default. This follows the privacy by design and by default principle required by GDPR.

Automatic PII hashing

OneView automatically hashes all PII and never stores plaintext sensitive data:
PII TypeHashingStorage
EmailSHA-256Never stored in plaintext
Phone numberSHA-256Never stored in plaintext
NameSHA-256Never stored in plaintext
AddressSHA-256Never stored in plaintext
IP addressSHA-256Never stored in plaintext
OneView does not inspect custom fields for PII. Please check the implementation guides to ensure custom fields containing PII are properly handled.
All personally identifiable information is automatically hashed using before reaching your home region.

Privacy by design

OneView takes a zero-tolerance approach to privacy:
FeatureTraditional ApproachOneView Approach
PII handlingFlexible (can be disabled)Automatic (cannot be disabled)
Consent enforcementManual per platformAutomatic across all platforms
Data storagePlaintext possibleAlways hashed
Error riskHuman error possibleEliminated by automation
While having flexible PII handling options seems convenient, it creates unnecessary risks since sensitive data can be accidentally transmitted or stored in plaintext. OneView enforces automatic PII hashing that cannot be disabled—eliminating human error and ensuring consistent compliance.
To use OneView, you need a Consent Management Platform (CMP) that supports Google Consent Mode v2:
RequirementDetails
CMP supportMust support Google Consent Mode v2
Consent signalsMust send consent status with events
Certified partnersAll major CMPs support this framework
All major CMPs support Google Consent Mode v2. See certified partners.

PII handling options

With OneView, you can send PII in two ways:
OptionDescriptionWhen to Use
Pre-hashedHash PII before sending to OneViewIf you prefer to hash on your side
PlaintextSend PII in plaintextOneView hashes instantly at the edge
If you send PII in plaintext, OneView hashes it instantly at the edge, before data reaches your home region. All PII is automatically hashed using SHA-256 regardless of which option you choose.

Benefits

Automatic compliance OneView enforces consent automatically across all platforms, eliminating the need for manual configuration and reducing the risk of compliance errors. Consistent enforcement All Conversion API integrations respect the same consent signals, ensuring consistent behavior across your entire marketing stack. Privacy by default When consent is not explicitly granted, it is considered denied by default, following GDPR privacy by design principles.

Common questions

OneView automatically detects and hashes:
  • Email addresses
  • Phone numbers
  • Names
  • Addresses
OneView does not inspect custom fields for PII. Please check the implementation guides to ensure custom fields containing PII are properly handled.
No. OneView enforces automatic PII hashing that cannot be disabled. This ensures consistent privacy compliance and eliminates the risk of accidentally transmitting or storing plaintext sensitive data.

Next steps