REST Resource: customLists
المورد: CustomList
يصف عنصر قائمة مخصّصة، مثل قائمة جمهور مخصّصة حسب الاهتمامات المشتركة أو حسب النية بالشراء.
تمثيل JSON |
{
"name": string,
"customListId": string,
"displayName": string
} |
الحقول |
name |
string
النتائج فقط. اسم المورد الخاص بالقائمة المخصّصة
|
customListId |
string (int64 format)
النتائج فقط. المعرّف الفريد للقائمة المخصّصة. تمّ تعيينه من قِبل النظام.
|
displayName |
string
النتائج فقط. الاسم المعروض للقائمة المخصّصة. .
|
الطُرق |
|
الحصول على قائمة مخصّصة |
|
يسرد القوائم المخصَّصة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-07 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-07 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]