AI-generated Key Takeaways
-
Combined Audience is a resource that describes a combined audience within Display & Video 360.
-
Each combined audience has a unique ID, name, and display name, which are assigned and managed by the system.
-
Key operations include getting and listing combined audiences using the provided methods.
-
The JSON representation outlines the structure and data types for a combined audience resource.
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. |