AI-generated Key Takeaways
-
Display & Video 360 API v1 is no longer available.
-
Custom lists, such as custom affinity or custom intent audience lists, can be managed using the provided resources and methods.
-
A custom list entity has a resource name, a unique ID assigned by the system, and a display name.
-
Developers can retrieve information about a specific custom list or list multiple custom lists using dedicated 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 |
Output only. The resource name of the custom list. |
customListId |
Output only. The unique ID of the custom list. Assigned by the system. |
displayName |
Output only. The display name of the custom list. . |
Methods |
|
---|---|
|
Gets a custom list. |
|
Lists custom lists. |