REST Resource: customLists
資源:CustomList
說明自訂名單實體,例如自訂興趣相似目標對象或自訂意願目標對象名單。
JSON 表示法 |
{
"name": string,
"customListId": string,
"displayName": string
} |
欄位 |
name |
string
僅供輸出。自訂清單的資源名稱。
|
customListId |
string (int64 format)
僅供輸出。自訂清單的專屬 ID。由系統指派。
|
displayName |
string
僅供輸出。自訂清單的顯示名稱。。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 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"]]