REST Resource: combinedAudiences

  • CombinedAudience describes a combined audience resource, with fields for name, combinedAudienceId, and displayName.

  • The JSON representation shows the structure of a combined audience resource.

  • Available methods for CombinedAudience are get to retrieve a specific audience and list to get a list of audiences.

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.