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.
[[["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-03-27 UTC."],[],["The Display & Video 360 API v4, currently in beta, allows media uploads via the URI `/upload/media/{resourceName=**}?upload_type=media`. Upload requests require the `upload_type=media` query string. The upload URI is `POST https://displayvideo.googleapis.com/upload/media/{resourceName=**}`. `resourceName` specifies the media name. Both request and response bodies utilize the `Media` resource. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope. The URL is using gRPC Transcoding syntax.\n"],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUploads media. Upload is supported on the URI `/upload/media/{resourceName=**}?upload_type=media.`\n\n**Note** : Upload requests will not be successful without including `upload_type=media` query string.\n\nHTTP request\n\n- Upload URI, for media upload requests: \n `POST https://displayvideo.googleapis.com/upload/media/{resourceName=**}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|----------------|---------------------------------------------------------------------------------------|\n| `resourceName` | `string` Name of the media that is being downloaded. See `ReadRequest.resource_name`. |\n\nRequest body\n\nThe request body contains an instance of [Media](/display-video/api/reference/rest/v4/Media).\n\nResponse body\n\nIf successful, the response body contains an instance of [Media](/display-video/api/reference/rest/v4/Media).\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]