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.
OutputArtifacts
Stay organized with collections
Save and categorize content based on your preferences.
Output artifacts created during query execution, e.g. Temp tables are created using CREATE TABLE temp_table AS (...) in an Ads Data Hub query.
JSON representation |
{
"tempTables": [
{
object (TempTable )
}
]
} |
Fields |
tempTables[] |
object (TempTable )
Defines list of temp tables created by an Ads Data Hub query.
|
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-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[],["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,[]]