REST Resource: customLists
リソース: CustomList
カスタム アフィニティ リストやカスタム インテント オーディエンス リストなどのカスタムリスト エンティティを記述します。
JSON 表現 |
{
"name": string,
"customListId": string,
"displayName": string
} |
フィールド |
name |
string
出力専用。カスタムリストのリソース名。
|
customListId |
string (int64 format)
出力専用。カスタムリストの一意の ID。システムによって割り当てられます。
|
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"]]