REST Resource: customLists

  • Display & Video 360 API v2 is no longer available.

  • A custom list entity describes a custom affinity or custom intent audience list, identified by a unique ID and display name.

  • You can retrieve details of a specific custom list or a list of all custom lists using the available methods.

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

get

Gets a custom list.

list

Lists custom lists.