SearchGoogleAdsResponse

  • The results[] field contains the list of rows that matched the query.

  • The next_page_token is a string used for pagination to retrieve the next page of results.

  • The total_results_count provides the total number of results ignoring the LIMIT clause.

  • The field_mask represents the fields that were requested by the user.

  • The summary_row contains a summary of metrics aggregated across all results.

Response message for GoogleAdsService.Search.

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.