Starting
September 8, 2025, every new line item will need to declare whether or not they will serve Eurpoean Union (EU) political ads. Display & Video 360 API and SDF uploads that don't provide declarations will fail. See our
deprecations page for more details on how to update your integration to make this declaration.
SdfDownloadTask
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"resourceName": string
} |
Fields |
resourceName |
string
A resource name to be used in media.download to Download the prepared files. Resource names have the format download/sdfdownloadtasks/media/{mediaId} . mediaId will be made available by the long running operation service once the task status is done.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-28 UTC.
[null,null,["Last updated 2025-04-28 UTC."],[],["The Display & Video 360 API v4, currently in beta, utilizes a JSON representation for responses from the `SdfDownloadTaskService.CreateSdfDownloadTask`. This response contains a `resourceName` field, a string formatted as `download/sdfdownloadtasks/media/{mediaId}`. This `resourceName` is crucial for downloading prepared files via `media.download`. The `mediaId`, part of the resource name, is provided by the long-running operation service after task completion.\n"],null,["# SdfDownloadTask\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nType for the [response](/display-video/api/reference/rest/v4/sdfdownloadtasks.operations#Operation.FIELDS.response) returned by [SdfDownloadTaskService.CreateSdfDownloadTask](/display-video/api/reference/rest/v4/sdfdownloadtasks/create#google.ads.displayvideo.v4.SdfDownloadTaskService.CreateSdfDownloadTask).\n\n| JSON representation |\n|------------------------------------|\n| ``` { \"resourceName\": string } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `resourceName` | `string` A resource name to be used in `media.download` to Download the prepared files. Resource names have the format `download/sdfdownloadtasks/media/{mediaId}`. `mediaId` will be made available by the long running operation service once the task status is done. |"]]