REST Resource: customLists
रिसॉर्स: CustomList
कस्टम सूची की इकाई के बारे में बताता है, जैसे कि कस्टम अफ़िनिटी या कस्टम इंटेंट ऑडियंस की सूची.
JSON के काेड में दिखाना |
{
"name": string,
"customListId": string,
"displayName": string
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. पसंद के मुताबिक बनाई गई सूची के संसाधन का नाम.
|
customListId |
string (int64 format)
सिर्फ़ आउटपुट के लिए. कस्टम सूची का यूनीक आईडी. सिस्टम से असाइन किया गया.
|
displayName |
string
सिर्फ़ आउटपुट के लिए. कस्टम सूची का डिसप्ले नेम. .
|
तरीके |
|
कस्टम सूची मिलती है. |
|
कस्टम सूचियां दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-11-07 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-11-07 (UTC) को अपडेट किया गया."],[[["The CustomList resource represents custom entities like affinity or intent audience lists, defined by a unique ID, name, and display name."],["This resource can be managed through methods for retrieval (get) and listing (list), accessible via the provided API endpoints."],["The JSON representation of a CustomList includes fields for name, customListId (unique identifier), and displayName."]]],["The `CustomList` resource represents a custom entity like an audience list. It has a `name`, a system-assigned `customListId`, and a `displayName`. These fields are read-only. The resource offers two methods: `get`, which retrieves a specific custom list, and `list`, which retrieves a collection of custom lists. The `CustomList` data can be represented in a JSON format containing these three attributes.\n"]]