Starting
September 8, 2025, every new line item will need to declare whether or not they will serve Eurpoean Union (EU) political ads. Display & Video 360 API and SDF uploads that don't provide declarations will fail. See our
deprecations page for more details on how to update your integration to make this declaration.
REST Resource: customLists
Stay organized with collections
Save and categorize content based on your preferences.
Resource: CustomList
Describes a custom list entity, such as a custom affinity or custom intent audience list.
JSON representation |
{
"name": string,
"customListId": string,
"displayName": string
} |
Fields |
name |
string
Output only. The resource name of the custom list.
|
customListId |
string (int64 format)
Output only. The unique ID of the custom list. Assigned by the system.
|
displayName |
string
Output only. The display name of the custom list. .
|
Methods |
|
Gets a custom list. |
|
Lists custom lists. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-27 UTC.
[null,null,["Last updated 2025-03-27 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. |"]]