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.
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The response for successful query execution jobs includes details like row count, output artifacts, privacy messages, and destination tables.
This response is found within the response field of the google.longrunning.Operation and is structured as a JSON object.
rowCount may be 0 or unavailable, output artifacts provide details about generated files, privacy messages contain relevant alerts, and destination tables describe exported data.
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."],[],["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"]]