С 8 сентября 2025 года в каждой новой позиции необходимо будет указывать, будет ли она показывать политическую рекламу Европейского союза (ЕС). Загрузки через Display & Video 360 API и SDF без таких указаний будут отклонены. Подробнее о том, как обновить интеграцию и указать это указание, см. на странице «Устаревшие функции».
[null,null,["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003eDisplay & Video 360 API v1 is deprecated and users should refer to the documentation for the latest version.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation details how to create a new line item using the API, including the request and response format.\u003c/p\u003e\n"],["\u003cp\u003eThe API requires specific authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests will return the newly created line item object with all its associated properties.\u003c/p\u003e\n"]]],["The content describes the process of creating a new line item via an API. It details that the Display & Video 360 API v1 is no longer available and outlines the necessary steps for line item creation. A `POST` request is sent to `https://displayvideo.googleapis.com/v1/advertisers/{lineItem.advertiserId}/lineItems`, with the `lineItem.advertiserId` as a path parameter. The request body includes a `LineItem` instance, and a successful response returns a new `LineItem` instance. This action requires the OAuth scope `https://www.googleapis.com/auth/display-video`.\n"],null,["# Method: advertisers.lineItems.create\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\nCreates a new line item. Returns the newly created line item if successful.\n\n### HTTP request\n\n`POST https://displayvideo.googleapis.com/v1/advertisers/{lineItem.advertiserId}/lineItems`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `lineItem.advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the advertiser the line item belongs to. |\n\n### Request body\n\nThe request body contains an instance of [LineItem](/display-video/api/reference/rest/v1/advertisers.lineItems#LineItem).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [LineItem](/display-video/api/reference/rest/v1/advertisers.lineItems#LineItem).\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)."]]