Pour chaque nouvel élément de campagne, vous devez indiquer s'il diffusera ou non des annonces à caractère politique dans l'Union européenne (UE). Les importations de fichiers SDF et de l'API Display & Video 360 qui ne fournissent pas de déclarations échoueront. Pour en savoir plus, consultez notre page sur les abandons.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 2025/07/25 (UTC)."],[[["\u003cp\u003eDisplay & Video 360 API v2 is no longer available.\u003c/p\u003e\n"],["\u003cp\u003eA custom list entity describes a custom affinity or custom intent audience list, identified by a unique ID and display name.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve details of a specific custom list or a list of all custom lists using the available methods.\u003c/p\u003e\n"]]],["The document outlines the structure and actions related to `CustomList` entities within a now-sunset API (Display & Video 360 API v2). A `CustomList` represents a custom audience list, featuring properties such as `name`, `customListId` (unique system-assigned ID), and `displayName`. The primary actions are retrieving a single custom list via `get` or obtaining multiple custom lists via `list`. The JSON format is given. All list fields (`name`, `customListId`, `displayName`) are output-only.\n"],null,["# REST Resource: customLists\n\n| Display \\& Video 360 API v2 has sunset.\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/v2/customLists/get) | Gets a custom list. |\n| ### [list](/display-video/api/reference/rest/v2/customLists/list) | Lists custom lists. |"]]