AI-generated Key Takeaways
- 
          The GoogleAdsService.Search request message requires customer_idandqueryfields.
- 
          The page_tokenfield is used for retrieving subsequent pages of results.
- 
          The page_sizefield is deprecated and will cause an error if set.
- 
          The validate_onlyfield allows validating the request without execution.
- 
          The search_settingsfield 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. |