我们已对相关文档做出更新,就广告数据中心在
推出的两种新解决方案中引入的最新功能和更新进行了说明。
广告客户、代理机构和发布商可访问面向
营销者的网站,
供应商和合作伙伴可访问面向
衡量合作伙伴的网站。
JobHistoryExportResponse
成功导出作业历史记录时返回的响应。此信息存储在作业历史记录导出请求返回的 google.longrunning.Operation 的响应字段中。
JSON 表示法 |
{
"jobCount": string,
"destProject": string,
"destDataset": string,
"destTable": string
} |
字段 |
jobCount |
string (int64 format)
最终输出表中的作业计数。
|
destProject |
string
用于导出作业历史记录的目标 BigQuery 项目。
|
destDataset |
string
用于导出作业历史记录的目标 BigQuery 数据集。
|
destTable |
string
用于导出作业历史记录的目标 BigQuery 表。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-09-27。
[null,null,["最后更新时间 (UTC):2022-09-27。"],[[["Successful job history exports return a JSON response within the `google.longrunning.Operation` object."],["This JSON response includes details about the exported job count and the destination BigQuery table location (project, dataset, and table name)."],["The `jobCount` field indicates the total number of jobs exported and stored in the destination BigQuery table, represented as a string formatted integer."]]],[]]