SearchGoogleAdsRequest
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
customer_id
|
string
Required. The ID of the customer being queried.
|
query
|
string
Required. The query string.
|
page_token
|
string
Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from next_page_token in the previous response in order to request the next page of results.
|
page_size
|
int32
Number of elements to retrieve in a single page. When too large a page is requested, the server may decide to further limit the number of returned resources. This value is set at 10,000. Do not attempt to set this value. For v17 and later, attempting to set this value will result in an INVALID_PAGE_SIZE error. For v16, attempting to set this value will result in a PAGE_SIZE_NOT_SUPPORTED error.
|
validate_only
|
bool
If true, the request is validated but not executed.
|
search_settings
|
SearchSettings
Settings that allow users to specify request count, summary row, and results behavior.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-21 UTC."],[[["The `Search` method within `GoogleAdsService` allows querying customer data using a structured query language."],["It requires a `customer_id` and `query` string for execution."],["Pagination is supported via `page_token` and `page_size` to retrieve large datasets incrementally."],["Requests can be validated without execution using `validate_only` and advanced configurations are available via `search_settings`."]]],[]]