Mulai
8 September 2025, setiap item baris baru harus menyatakan apakah item baris tersebut akan menayangkan iklan politik Uni Eropa (EU) atau tidak. Upload SDF dan API Display & Video 360 yang tidak memberikan pernyataan akan gagal. Lihat
halaman penghentian penggunaan kami untuk mengetahui detail selengkapnya tentang cara memperbarui integrasi Anda untuk membuat pernyataan ini.
SdfDownloadTaskMetadata
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-25 UTC."],[],["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. |"]]