REST Resource: combinedAudiences
Resource: CombinedAudience
Describes a combined audience resource.
JSON representation |
{
"name": string,
"combinedAudienceId": string,
"displayName": string
} |
Fields |
name |
string
Output only. The resource name of the combined audience.
|
combinedAudienceId |
string (int64 format)
Output only. The unique ID of the combined audience. Assigned by the system.
|
displayName |
string
Output only. The display name of the combined audience. .
|
Methods |
|
Gets a combined audience. |
|
Lists combined audiences. |
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-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["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."]]],["The document details a \"CombinedAudience\" resource, which represents a group of combined audiences. Key information includes: its `name`, a unique system-assigned `combinedAudienceId`, and a `displayName`. The available actions include retrieving a specific combined audience using the `get` method, and retrieving a list of combined audiences using the `list` method. All fields are output-only. The JSON representation defines the structure of the resource.\n"]]