REST Resource: combinedAudiences

  • 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

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

get

Gets a combined audience.

list

Lists combined audiences.