AI-generated Key Takeaways
-
The content provides documentation for creating a
PrivateAuctionDealobject using a POST request to the Ad Manager API. -
The request requires a
parentpath parameter specifying the network code. -
The request body must contain an instance of a
PrivateAuctionDealobject. -
A successful response will return a newly created instance of a
PrivateAuctionDealobject. -
The operation requires the
https://www.googleapis.com/auth/admanagerOAuth 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.