REST Resource: customLists
ทรัพยากร: CustomList
อธิบายเอนทิตีรายการที่กําหนดเอง เช่น รายการกลุ่มเป้าหมายตามกลุ่มความสนใจที่กําหนดเองหรือตามความตั้งใจที่กําหนดเอง
การแสดง JSON |
{
"name": string,
"customListId": string,
"displayName": string
} |
ช่อง |
name |
string
เอาต์พุตเท่านั้น ชื่อทรัพยากรของรายการที่กำหนดเอง
|
customListId |
string (int64 format)
เอาต์พุตเท่านั้น รหัสที่ไม่ซ้ำกันของรายการที่กำหนดเอง กำหนดโดยระบบ
|
displayName |
string
เอาต์พุตเท่านั้น ชื่อที่แสดงของรายการที่กำหนดเอง
|
เมธอด |
|
รับรายการที่กำหนดเอง |
|
แสดงรายการที่กำหนดเอง |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 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"]]