Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
SearchGoogleAdsFieldsResponse
Fields |
results[]
|
GoogleAdsField
The list of fields that matched the query.
|
next_page_token
|
string
Pagination token used to retrieve the next page of results. Pass the content of this string as the page_token attribute of the next request. next_page_token is not returned for the last page.
|
total_results_count
|
int64
Total number of results that match the query ignoring the LIMIT clause.
|
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-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["Returns a list of Google Ads fields that match the user's query."],["Provides pagination support for retrieving large result sets using `next_page_token`."],["Includes the total number of matching fields, regardless of the `LIMIT` clause, in `total_results_count`."]]],["The response from the `GoogleAdsFieldService.SearchGoogleAdsFields` includes a list of matched fields in `results[]`, each detailed as a `GoogleAdsField`. It provides a `next_page_token` for pagination, enabling retrieval of subsequent result pages by using it in the next request's `page_token` attribute; this token is absent on the last page. Additionally, `total_results_count` indicates the total number of matching results, regardless of any applied limits.\n"]]