SearchGoogleAdsStreamResponse
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
results[]
|
GoogleAdsRow
The list of rows that matched the query.
|
field_mask
|
FieldMask
FieldMask that represents what fields were requested by the user.
|
summary_row
|
GoogleAdsRow
Summary row that contains summary of metrics in results. Summary of metrics means aggregation of metrics across all results, here aggregation could be sum, average, rate, etc.
|
request_id
|
string
The unique id of the request that is used for debugging purposes.
|
query_resource_consumption
|
int64
The amount of resources consumed to serve the query. query_resource_consumption for the Summary row and non-Summary responses are returned separately in their respective rows. query_resource_consumption for non-Summary responses is returned in the final batch of results.
|
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-10-12 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-10-12 UTC."],[[["`SearchStream` response delivers a list of `GoogleAdsRows` matching the user's query, along with a `FieldMask` indicating the requested fields."],["A `summary_row` provides aggregated metrics (sum, average, rate, etc.) across all results."],["The response includes a `request_id` for debugging and `query_resource_consumption` indicating resource usage, separated for summary and individual results."]]],[]]