AI-generated Key Takeaways
-
Display & Video 360 API v2 is sunset and this documentation details the process for creating new line items using the API.
-
The API allows the creation of new line items through a POST request, returning the line item details upon successful creation.
-
YouTube & Partners line items are excluded and cannot be managed through this API.
-
Proper authorization with the
https://www.googleapis.com/auth/display-video
scope is required to use this API functionality.
Creates a new line item. Returns the newly created line item if successful.
YouTube & Partners line items cannot be created or updated using the API.
HTTP request
POST https://displayvideo.googleapis.com/v2/advertisers/{lineItem.advertiserId}/lineItems
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
lineItem.advertiserId |
Output only. The unique ID of the advertiser the line item belongs to. |
Request body
The request body contains an instance of LineItem
.
Response body
If successful, the response body contains a newly created instance of LineItem
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/display-video
For more information, see the OAuth 2.0 Overview.