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."],[[["Output artifacts like temporary tables are generated during Ads Data Hub query execution using SQL statements like `CREATE TABLE temp_table AS (...)`."],["The JSON representation of these temporary tables provides a structured view of their details, using the `tempTables` field to list each table as a `TempTable` object."]]],["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"]]