Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
CustomInterest
Stay organized with collections
Save and categorize content based on your preferences.
A custom interest. This is a list of users by interest.
Fields |
resource_name
|
string
Immutable. The resource name of the custom interest. Custom interest resource names have the form: customers/{customer_id}/customInterests/{custom_interest_id}
|
status
|
CustomInterestStatus
Status of this custom interest. Indicates whether the custom interest is enabled or removed.
|
type
|
CustomInterestType
Type of the custom interest, CUSTOM_AFFINITY or CUSTOM_INTENT. By default the type is set to CUSTOM_AFFINITY.
|
members[]
|
CustomInterestMember
List of custom interest members that this custom interest is composed of. Members can be added during CustomInterest creation. If members are presented in UPDATE operation, existing members will be overridden.
|
id
|
int64
Output only. Id of the custom interest.
|
name
|
string
Name of the custom interest. It should be unique across the same custom affinity audience. This field is required for create operations.
|
description
|
string
Description of this custom interest audience.
|
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."],[[["Custom interests are used to group users based on their shared interests, represented as a list of members."],["They can be either CUSTOM_AFFINITY or CUSTOM_INTENT type, with CUSTOM_AFFINITY being the default."],["Each custom interest has a unique resource name, ID, and customizable name and description."],["You can add or override members when creating or updating a custom interest."],["The status indicates whether the custom interest is enabled or removed."]]],[]]