This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
Response returned for successful query execution jobs. This is stored in the response field of the google.longrunning.Operation returned by a query execution request.
Row count in the final output table. A wrapped value is used to distinguish between the case where row count is 0 and the case where this information is not available.
[[["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-09-18 UTC."],[[["\u003cp\u003eThe response for successful query execution jobs includes details like row count, output artifacts, privacy messages, and destination tables.\u003c/p\u003e\n"],["\u003cp\u003eThis response is found within the \u003ccode\u003eresponse\u003c/code\u003e field of the \u003ccode\u003egoogle.longrunning.Operation\u003c/code\u003e and is structured as a JSON object.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003erowCount\u003c/code\u003e may be 0 or unavailable, output artifacts provide details about generated files, privacy messages contain relevant alerts, and destination tables describe exported data.\u003c/p\u003e\n"]]],["Successful query execution returns a response containing key data. This includes `rowCount`, a string representing the number of rows in the output table. `outputArtifacts` details generated artifacts. The `privacyMessages` array lists any privacy information or warnings. Finally, `destinationTables` provides information about the tables output by the query. This information is structured as JSON and is stored in the response field of a google.longrunning.Operation.\n"],null,["# QueryResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse returned for successful query execution jobs. This is stored in the response field of the google.longrunning.Operation returned by a query execution request.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"rowCount\": string, \"outputArtifacts\": { object (/ads-data-hub/reference/rest/v1/OutputArtifacts) }, \"privacyMessages\": [ { object (/ads-data-hub/reference/rest/v1/PrivacyMessage) } ], \"destinationTables\": [ { object (/ads-data-hub/reference/rest/v1/DestinationTableInfo) } ] } ``` |\n\n| Fields ||\n|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `rowCount` | `string (`[Int64Value](https://developers.google.com/discovery/v1/type-format)` format)` Row count in the final output table. A wrapped value is used to distinguish between the case where row count is 0 and the case where this information is not available. |\n| `outputArtifacts` | `object (`[OutputArtifacts](/ads-data-hub/reference/rest/v1/OutputArtifacts)`)` Output artifacts generated during query execution |\n| `privacyMessages[]` | `object (`[PrivacyMessage](/ads-data-hub/reference/rest/v1/PrivacyMessage)`)` List of privacy related information or warning messages. |\n| `destinationTables[]` | `object (`[DestinationTableInfo](/ads-data-hub/reference/rest/v1/DestinationTableInfo)`)` List of output tables exported by the query. |"]]