SearchGoogleAdsStreamRequest

  • This is the request message for the GoogleAdsService.SearchStream method.

  • The request requires a customer ID and a query string.

  • An optional setting determines if a summary row is returned, appearing after all other results if requested.

Request message for GoogleAdsService.SearchStream.

Fields

customer_id

string

Required. The ID of the customer being queried.

query

string

Required. The query string.

summary_row_setting

SummaryRowSetting

Determines whether a summary row will be returned. By default, summary row is not returned. If requested, the summary row will be sent in a response by itself after all other query results are returned.