自
2025 年 9 月 8 日起,每个新订单项都需要声明是否会投放欧盟 (EU) 政治广告。Display & Video 360 API 和未提供声明的 SDF 上传操作将会失败。如需详细了解如何更新集成以进行此声明,请参阅我们的
弃用页面。
SdfDownloadTaskMetadata
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],["The Display & Video 360 API v4 is in beta. The `SdfDownloadTaskService.CreateSdfDownloadTask` operation returns metadata with `createTime`, `endTime`, and `version`. These are represented in JSON format. `createTime` and `endTime` use RFC 3339 timestamp format, and the `version` field is an enum specifying the SDF version. These fields are used to track the creation and completion times, as well as version of the download task.\n"],null,["# SdfDownloadTaskMetadata\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nType for the [metadata](/display-video/api/reference/rest/v4/sdfdownloadtasks.operations#Operation.FIELDS.metadata) returned by [SdfDownloadTaskService.CreateSdfDownloadTask](/display-video/api/reference/rest/v4/sdfdownloadtasks/create#google.ads.displayvideo.v4.SdfDownloadTaskService.CreateSdfDownloadTask).\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"createTime\": string, \"endTime\": string, \"version\": enum (/display-video/api/reference/rest/v4/SdfConfig#SdfVersion) } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `createTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The time when the operation was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The time when execution was completed. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `version` | `enum (`[SdfVersion](/display-video/api/reference/rest/v4/SdfConfig#SdfVersion)`)` The SDF version used to execute this download task. |"]]