custom_audience
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
A custom audience is a list of users defined by interest, with "name" serving as the unique key, and duplicate names resulting in an error.
Fields from the customer resource can be selected along with custom audience fields but will not segment metrics.
Custom audience fields include description, ID, members, name, resource_name, status, and type, with various data types and filter/select/sort capabilities.
The custom_audience.members field is a repeated message field containing the list of members, which can be overridden during an update operation.
Custom audiences have a status indicating if they are enabled or removed, and a type, though "INTEREST" or "PURCHASE_INTENT" are not allowed for new audiences.
A custom audience. This is a list of users by interest.
The unique key of a custom audience consists of the following fields: name.
Violating the unique key constraint produces error:
CustomAudienceError.NAME_ALREADY_USED
Fields from the above resources may be selected along with this
resource in your SELECT and WHERE clauses. These fields will not segment
metrics in your SELECT clause.
custom_audience.description
Field description
Description of this custom audience.
Category
ATTRIBUTE
Data Type
STRING
Type URL
N/A
Filterable
True
Selectable
True
Sortable
True
Repeated
False
custom_audience.id
Field description
Output only. ID of the custom audience.
Category
ATTRIBUTE
Data Type
INT64
Type URL
N/A
Filterable
True
Selectable
True
Sortable
True
Repeated
False
custom_audience.members
Field description
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-28 UTC."],[],[]]