CustomAudience

A custom audience. This is a list of users by interest.

Fields

resource_name

string

Immutable. The resource name of the custom audience. Custom audience resource names have the form:

customers/{customer_id}/customAudiences/{custom_audience_id}

id

int64

Output only. ID of the custom audience.

status

CustomAudienceStatus

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

name

string

Name of the custom audience. It should be unique for all custom audiences created by a customer. This field is required for creating operations.

type

CustomAudienceType

Type of the custom audience. ("INTEREST" OR "PURCHASE_INTENT" is not allowed for newly created custom audience but kept for existing audiences)

description

string

Description of this custom audience.

members[]

CustomAudienceMember

List of custom audience members that this custom audience is composed of. Members can be added during CustomAudience creation. If members are presented in UPDATE operation, existing members will be overridden.