AI-generated Key Takeaways
-
Display & Video 360 API v2 is no longer available.
-
This page documents the
CombinedAudience
resource, which represents a combined audience within Display & Video 360. -
The
CombinedAudience
resource includes properties like name, ID, and display name. -
Developers can use the provided methods to retrieve (
get
) or list (list
) combined audiences.
Resource: CombinedAudience
Describes a combined audience resource.
JSON representation |
---|
{ "name": string, "combinedAudienceId": string, "displayName": string } |
Fields | |
---|---|
name |
Output only. The resource name of the combined audience. |
combinedAudienceId |
Output only. The unique ID of the combined audience. Assigned by the system. |
displayName |
Output only. The display name of the combined audience. . |
Methods |
|
---|---|
|
Gets a combined audience. |
|
Lists combined audiences. |