我们已对相关文档做出更新,就广告数据中心在
推出的两种新解决方案中引入的最新功能和更新进行了说明。
广告客户、代理机构和发布商可访问面向
营销者的网站,
供应商和合作伙伴可访问面向
衡量合作伙伴的网站。
OutputArtifacts
查询执行期间创建的输出工件,例如,使用广告数据中心查询中的 CREATE TABLE temp_table AS (...) 创建临时表。
JSON 表示法 |
{
"tempTables": [
{
object (TempTable )
}
]
} |
字段 |
tempTables[] |
object (TempTable )
定义由广告数据中心查询创建的临时表的列表。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-09-26。
[null,null,["最后更新时间 (UTC):2022-09-26。"],[[["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."]]],[]]