The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
Consent
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
फ़ील्ड |
adUserData |
enum (ConsentStatus )
ज़रूरी नहीं. इससे पता चलता है कि उपयोगकर्ता ने विज्ञापन दिखाने के लिए, उपयोगकर्ता के डेटा को इस्तेमाल करने की सहमति दी है या नहीं.
|
adPersonalization |
enum (ConsentStatus )
ज़रूरी नहीं. इससे पता चलता है कि उपयोगकर्ता ने दिलचस्पी के मुताबिक विज्ञापन दिखाने के लिए सहमति दी है या नहीं.
|
ConsentStatus
इससे पता चलता है कि उपयोगकर्ता ने सहमति दी है, सहमति नहीं दी है या सहमति के बारे में कोई जानकारी नहीं दी है.
Enums |
CONSENT_STATUS_UNSPECIFIED |
जानकारी नहीं दी गई है. |
CONSENT_GRANTED |
अनुमति दी गई. |
CONSENT_DENIED |
मंज़ूरी नहीं दी गई. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[],[],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. |"]]