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
This field is deprecated and will be removed in a future version of the API. As of v17, Google Ads API will return a PAGE_SIZE_NOT_SUPPORTED error if this field is set in the request body. See https://ads-developers.googleblog.com/2024/07/upcoming-changes-to-page-size-in-google.html to learn more details.
|
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 2025-01-10 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 2025-01-10 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`."]]],[]]