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 2024-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["The `SearchGoogleAdsFields` response includes a list of matching GoogleAdsFields, aiding in understanding available fields."],["Results can be paginated using the `next_page_token` for retrieving large datasets."],["A `total_results_count` is provided, indicating the complete number of matching fields regardless of pagination limits."]]],[]]