CustomAudience
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["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 2024-11-25 UTC."],[[["A custom audience is a user list based on interests and purchase intent, defined by the `type` field, which can be either \"INTEREST\" or \"PURCHASE_INTENT\" for existing audiences."],["Each custom audience has a unique resource name (`resource_name`) and ID (`id`), with its status (`status`) indicating if it's enabled or removed."],["Custom audiences can be named (`name`) and described (`description`) to help organize and understand their purpose within your Google Ads account."],["The `members[]` field allows you to populate the custom audience with individual users based on specific criteria, which can be updated by replacing existing members."],["While creating new custom audiences, \"INTEREST\" or \"PURCHASE_INTENT\" types are not allowed for the `type` field."]]],[]]