2025 年 9 月 8 日以降、すべての新しい広告申込情報で、欧州連合(EU)の政治広告を配信するかどうかを宣言する必要があります。宣言が提供されていないディスプレイ&ビデオ 360 API と SDF のアップロードは失敗します。統合を更新してこの宣言を行う方法について詳しくは、
非推奨のページをご覧ください。
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 および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# REST Resource: customLists\n\n- [Resource: CustomList](#CustomList)\n - [JSON representation](#CustomList.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: CustomList\n--------------------\n\nDescribes a custom list entity, such as a custom affinity or custom intent audience list.\n\n| JSON representation |\n|---------------------------------------------------------------------------|\n| ``` { \"name\": string, \"customListId\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name of the custom list. |\n| `customListId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the custom list. Assigned by the system. |\n| `displayName` | `string` Output only. The display name of the custom list. . |\n\n| Methods ------- ||\n|-------------------------------------------------------------------|---------------------|\n| ### [get](/display-video/api/reference/rest/v4/customLists/get) | Gets a custom list. |\n| ### [list](/display-video/api/reference/rest/v4/customLists/list) | Lists custom lists. |"]]