CombinedAudience

  • Describes a resource for combined audiences that includes different audiences.

  • Lists fields such as resource name, ID, status, name, and description for the combined audience.

  • Includes the immutable resource name format for combined audiences: customers/{customer_id}/combinedAudience/{combined_audience_id}.

  • Shows the ID is an output only field and an int64 data type.

  • Specifies the status indicates if the combined audience is enabled or removed and links to the CombinedAudienceStatus enum.

Describe a resource for combined audiences which includes different audiences.

Fields

resource_name

string

Immutable. The resource name of the combined audience. Combined audience names have the form:

customers/{customer_id}/combinedAudience/{combined_audience_id}

id

int64

Output only. ID of the combined audience.

status

CombinedAudienceStatus

Output only. Status of this combined audience. Indicates whether the combined audience is enabled or removed.

name

string

Output only. Name of the combined audience. It should be unique across all combined audiences.

description

string

Output only. Description of this combined audience.