REST Resource: combinedAudiences

  • Display & Video 360 API v1 is no longer available.

  • A Combined Audience resource describes a combined audience and includes a resource name, unique ID, and display name.

  • You can retrieve information for a specific combined audience or a list of combined audiences using the available methods.

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.