SearchGoogleAdsStreamRequest

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

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

  • You can determine whether a summary row is returned using the summary_row_setting field.

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.