AI-generated Key Takeaways
-
The GoogleAdsService.Search request message requires
customer_id
andquery
fields. -
The
page_token
field is used for retrieving subsequent pages of results. -
The
page_size
field is deprecated and will cause an error if set. -
The
validate_only
field allows validating the request without execution. -
The
search_settings
field allows specifying request count, summary row, and results behavior.
Request message for GoogleAdsService.Search
.
Fields | |
---|---|
|
Required. The ID of the customer being queried. |
|
Required. The query string. |
|
Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from |
|
This field is deprecated and will be removed in a future version of the API. As of v17, Google Ads API will return a |
|
If true, the request is validated but not executed. |
|
Settings that allow users to specify request count, summary row, and results behavior. |