Method: exchanges.auctionPackages.create

Creates a new auction package.

HTTP request

POST https://dv360seller.googleapis.com/v1beta1/{parent=exchanges/*}/auctionPackages

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Parent path for the auction package. Example: "exchanges/123". The exchange ID identifies the exchange this auction package belongs to. Required

Request body

The request body contains an instance of AuctionPackage.

Response body

If successful, the response body contains a newly created instance of AuctionPackage.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/doubleclickbidmanager

For more information, see the OAuth 2.0 Overview.