A partir del
8 de septiembre de 2025, cada elemento de la línea nuevo deberá declarar si publicará anuncios políticos de la Unión Europea (UE). Las cargas de la API de Display & Video 360 y del SDF que no proporcionen declaraciones fallarán. Consulta nuestra
página de bajas para obtener más detalles sobre cómo actualizar tu integración y realizar esta declaración.
SdfDownloadTaskMetadata
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-25 (UTC)
[null,null,["Última actualización: 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. |"]]