custom_audience
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
A custom audience is a list of users based on their interests.
The unique identifier for a custom audience is its name, and using a name that already exists will result in an error.
You can select and filter fields from the customer resource along with custom_audience fields, but these will not segment metrics in your SELECT clause.
Key fields available for a custom audience include description, ID, members, name, resource name, status, and type.
Custom audience members are added during creation and can be overridden during an update operation.
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."],[],[]]