adPersonalization property
Represents if the user consents to ad personalization.
Optional. Possible string values are:
- "CONSENT_STATUS_UNSPECIFIED" : Not specified.
- "CONSENT_GRANTED" : Granted.
- "CONSENT_DENIED" : Denied.
Implementation
core.String? adPersonalization;