SearchGoogleAdsResponse
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
results[]
|
GoogleAdsRow
The list of rows 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.
|
field_mask
|
FieldMask
FieldMask that represents what fields were requested by the user.
|
summary_row
|
GoogleAdsRow
Summary row that contains summary of metrics in results. Summary of metrics means aggregation of metrics across all results, here aggregation could be sum, average, rate, etc.
|
query_resource_consumption
|
int64
The amount of resources consumed to serve the query.
|
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,["# SearchGoogleAdsResponse\n\nResponse message for [GoogleAdsService.Search](/google-ads/api/reference/rpc/v20/GoogleAdsService/Search).\n\n| Fields ||\n|----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `results[]` | [GoogleAdsRow](/google-ads/api/reference/rpc/v20/GoogleAdsRow) The list of rows that matched the query. |\n| ### `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. |\n| ### `total_results_count` | `int64` Total number of results that match the query ignoring the LIMIT clause. |\n| ### `field_mask` | [FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask) FieldMask that represents what fields were requested by the user. |\n| ### `summary_row` | [GoogleAdsRow](/google-ads/api/reference/rpc/v20/GoogleAdsRow) Summary row that contains summary of metrics in results. Summary of metrics means aggregation of metrics across all results, here aggregation could be sum, average, rate, etc. |\n| ### `query_resource_consumption` | `int64` The amount of resources consumed to serve the query. |"]]