REST Resource: combinedAudiences

  • The Display & Video 360 API v1 has been sunset.

  • The resource CombinedAudience describes a combined audience and includes fields like name, combinedAudienceId, and displayName.

  • The available methods for CombinedAudience are get and list.

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.