AI-generated Key Takeaways
-
DMA consent settings for the user are represented by a JSON object with optional fields for ad user data and ad personalization.
-
The
ConsentStatusenum indicates if the user has granted, denied, or not specified consent.
Digital Markets Act (DMA) consent settings for the user.
| JSON representation |
|---|
{ "adUserData": enum ( |
| Fields | |
|---|---|
adUserData |
Optional. Represents if the user consents to ad user data. |
adPersonalization |
Optional. Represents if the user consents to ad personalization. |
ConsentStatus
Represents if the user granted, denied, or hasn't specified consent.
| Enums | |
|---|---|
CONSENT_STATUS_UNSPECIFIED |
Not specified. |
CONSENT_GRANTED |
Granted. |
CONSENT_DENIED |
Denied. |