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.
[[["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\u003eOutput artifacts like temporary tables are generated during Ads Data Hub query execution using SQL statements like \u003ccode\u003eCREATE TABLE temp_table AS (...)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of these temporary tables provides a structured view of their details, using the \u003ccode\u003etempTables\u003c/code\u003e field to list each table as a \u003ccode\u003eTempTable\u003c/code\u003e object.\u003c/p\u003e\n"]]],["Ads Data Hub query executions may generate temporary tables. These temporary tables are created using the `CREATE TABLE temp_table AS (...)` syntax. The `tempTables` field, represented as a JSON array, lists these tables. Each item in the `tempTables` array is an object conforming to the `TempTable` schema, and it describes one of the temporary tables created during the query execution.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nOutput artifacts created during query execution, e.g. Temp tables are created using CREATE TABLE temp_table AS (...) in an Ads Data Hub query.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------|\n| ``` { \"tempTables\": [ { object (/ads-data-hub/reference/rest/v1/customers.tempTables#TempTable) } ] } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `tempTables[]` | `object (`[TempTable](/ads-data-hub/reference/rest/v1/customers.tempTables#TempTable)`)` Defines list of temp tables created by an Ads Data Hub query. |"]]