AI-generated Key Takeaways
-
The content provides documentation for creating a new line item using a POST request to the Display & Video 360 API.
-
The request requires specifying the
lineItem.advertiserId
as a path parameter. -
The request body should contain an instance of a
LineItem
object. -
A successful request will return a newly created
LineItem
object in the response body. -
Authorization requires the
https://www.googleapis.com/auth/display-video
OAuth scope.
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/v4/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.