CombinedAudience

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

  • Contains fields such as resource name, ID, status, name, and description.

  • Theresource_name is immutable and follows a specific format including customer ID and combined audience ID.

  • Theid,status,name, anddescription fields provide information about the combined audience.

  • Thestatus field indicates whether the combined audience is enabled or removed.

Describe a resource for combined audiences which includes different audiences.

Proto definition

Fields

description

string

Output only. Description of this combined audience.

id

int64

Output only. ID of the combined audience.

name

string

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

resource_name

string

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

customers/{customer_id}/combinedAudience/{combined_audience_id}

status

CombinedAudienceStatus

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

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.