Page Summary
-
This document outlines how to create a new line item using a POST request to the specified URL.
-
The path parameters require the
lineItem.advertiserIdto identify the advertiser the line item belongs to. -
The request body needs to contain an instance of
LineItem. -
A successful response will return a new instance of
LineItemin the response body. -
This action requires the
https://www.googleapis.com/auth/display-videoauthorization scope.
Creates a new line item. Returns the newly created line item if successful.
HTTP request
POST https://displayvideo.googleapis.com/v1beta2/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.