The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
Consent
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
ConsentStatus
枚举 |
CONSENT_STATUS_UNSPECIFIED |
未指定。 |
CONSENT_GRANTED |
已授予。 |
CONSENT_DENIED |
已拒绝。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[],[],null,["# Consent\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ConsentStatus](#ConsentStatus)\n\n[Digital Markets Act (DMA)](//digital-markets-act.ec.europa.eu/index_en) consent settings for the user.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"adUserData\": enum (/data-manager/api/reference/rest/v1/Consent#ConsentStatus), \"adPersonalization\": enum (/data-manager/api/reference/rest/v1/Consent#ConsentStatus) } ``` |\n\n| Fields ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `adUserData` | `enum (`[ConsentStatus](/data-manager/api/reference/rest/v1/Consent#ConsentStatus)`)` Optional. Represents if the user consents to ad user data. |\n| `adPersonalization` | `enum (`[ConsentStatus](/data-manager/api/reference/rest/v1/Consent#ConsentStatus)`)` Optional. Represents if the user consents to ad personalization. |\n\nConsentStatus\n-------------\n\nRepresents if the user granted, denied, or hasn't specified consent.\n\n| Enums ||\n|------------------------------|----------------|\n| `CONSENT_STATUS_UNSPECIFIED` | Not specified. |\n| `CONSENT_GRANTED` | Granted. |\n| `CONSENT_DENIED` | Denied. |"]]