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.
[null,null,["Última actualización: 2025-07-25 (UTC)"],[[["\u003cp\u003eDisplay & Video 360 API v1 is sunset and this documentation details how to get an insertion order via the API.\u003c/p\u003e\n"],["\u003cp\u003eUsers need to provide advertiser ID and insertion order ID as path parameters in the GET request.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will return an InsertionOrder object, and an error will be returned if the insertion order does not exist.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e OAuth scope is required for authorization to use the API.\u003c/p\u003e\n"]]],["The Display & Video 360 API v1 is no longer available. To retrieve an insertion order, use the `GET` method with the provided URL structure, including the `advertiserId` and `insertionOrderId` path parameters. The request body must be empty. A successful response will contain an `InsertionOrder` instance. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope. A `NOT_FOUND` error occurs if the insertion order doesn't exist.\n"],null,["# Method: advertisers.insertionOrders.get\n\n| Display \\& Video 360 API v1 has been sunset.\n- [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\nGets an insertion order. Returns error code `NOT_FOUND` if the insertion order does not exist.\n\n### HTTP request\n\n`GET https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/insertionOrders/{insertionOrderId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the advertiser this insertion order belongs to. |\n| `insertionOrderId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the insertion order to fetch. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [InsertionOrder](/display-video/api/reference/rest/v1/advertisers.insertionOrders#InsertionOrder).\n\n### Authorization 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](https://developers.google.com/identity/protocols/OAuth2)."]]