ListPlannableUserInterestsRequest
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
customer_id
|
string
Required. The ID of the customer.
|
user_interest_taxonomy_types[]
|
UserInterestTaxonomyType
Optional. A filter by user interest type. If set, only user interests with a type listed in the filter will be returned. If not set, user interests of all supported types will be returned. Supported user interest types are AFFINITY and IN_MARKET. Each type must be specified at most once.
|
reach_application_info
|
AdditionalApplicationInfo
Optional. Additional information on the application issuing the request.
|
name_query
|
string
A filter by user interest name. If set, only user interests with a name containing the literal string (case insensitive) in the filter will be returned. Maximum length is 200 characters.
|
path_query
|
string
A filter by user interest path. If set, only user interests with a path containing the literal string (case insensitive) in the filter will be returned. Maximum length is 200 characters.
|
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 2025-08-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# ListPlannableUserInterestsRequest\n\nRequest message for [ReachPlanService.ListPlannableUserInterests](/google-ads/api/reference/rpc/v21/ReachPlanService/ListPlannableUserInterests).\n\n| Fields ||\n|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `customer_id` | `string` Required. The ID of the customer. |\n| ### `user_interest_taxonomy_types[]` | [UserInterestTaxonomyType](/google-ads/api/reference/rpc/v21/UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType) Optional. A filter by user interest type. If set, only user interests with a type listed in the filter will be returned. If not set, user interests of all supported types will be returned. Supported user interest types are AFFINITY and IN_MARKET. Each type must be specified at most once. |\n| ### `reach_application_info` | [AdditionalApplicationInfo](/google-ads/api/reference/rpc/v21/AdditionalApplicationInfo) Optional. Additional information on the application issuing the request. |\n| ### `name_query` | `string` A filter by user interest name. If set, only user interests with a name containing the literal string (case insensitive) in the filter will be returned. Maximum length is 200 characters. |\n| ### `path_query` | `string` A filter by user interest path. If set, only user interests with a path containing the literal string (case insensitive) in the filter will be returned. Maximum length is 200 characters. |"]]