AI-generated Key Takeaways
-
This page details how to retrieve an auction package using a GET request to a specified URL.
-
The request requires a
name
path parameter which follows a specific format. -
The request body for this operation must be empty.
-
A successful response will contain an instance of the AuctionPackage resource in the response body.
-
The operation requires the
https://www.googleapis.com/auth/doubleclickbidmanager
OAuth scope for authorization.
Gets an auction package.
HTTP request
GET https://dv360seller.googleapis.com/v1beta1/{name=exchanges/*/auctionPackages/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Name path of the auction package. Format of this string must be "exchanges/*/auctionPackages/*" Required. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an 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.