AI-generated Key Takeaways
-
The content provides documentation for creating a
PrivateAuctionDeal
object using a POST request to the Ad Manager API. -
The request requires a
parent
path parameter specifying the network code. -
The request body must contain an instance of a
PrivateAuctionDeal
object. -
A successful response will return a newly created instance of a
PrivateAuctionDeal
object. -
The operation requires the
https://www.googleapis.com/auth/admanager
OAuth scope for authorization.
API to create a PrivateAuctionDeal
object.
HTTP request
POST https://admanager.googleapis.com/v1/{parent}/privateAuctionDeals
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource where this |
Request body
The request body contains an instance of PrivateAuctionDeal
.
Response body
If successful, the response body contains a newly created instance of PrivateAuctionDeal
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/admanager
For more information, see the OAuth 2.0 Overview.