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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]