Method: advertisers.lineItems.create

  • Display & Video 360 API v1 is deprecated and users should refer to the documentation for the latest version.

  • This documentation details how to create a new line item using the API, including the request and response format.

  • The API requires specific authorization with the https://www.googleapis.com/auth/display-video scope.

  • Successful requests will return the newly created line item object with all its associated properties.

Creates a new line item. Returns the newly created line item if successful.

HTTP request

POST https://displayvideo.googleapis.com/v1/advertisers/{lineItem.advertiserId}/lineItems

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
lineItem.advertiserId

string (int64 format)

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.