SearchGoogleAdsStreamResponse

  • GoogleAdsService.SearchStream response includes a list of matching rows, a field mask, a summary row for aggregated metrics, a unique request id for debugging, and the amount of resources consumed by the query.

  • The results field provides the list of rows that matched the query.

  • The field_mask indicates which fields were requested by the user.

  • The summary_row contains an aggregation of metrics across all results.

  • The request_id is a unique identifier for the request used for debugging.

Response message for GoogleAdsService.SearchStream.

Fields

results[]

GoogleAdsRow

The list of rows that matched the query.

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.

request_id

string

The unique id of the request that is used for debugging purposes.

query_resource_consumption

int64

The amount of resources consumed to serve the query. query_resource_consumption for the Summary row and non-Summary responses are returned separately in their respective rows. query_resource_consumption for non-Summary responses is returned in the final batch of results.