AI-generated Key Takeaways
-
This API method creates a new custom bidding algorithm and returns the newly created algorithm upon success.
-
The method uses a POST HTTP request to
https://displayvideo.googleapis.com/v4/customBiddingAlgorithms
. -
The request body requires an instance of CustomBiddingAlgorithm, and the response body returns a new instance of CustomBiddingAlgorithm if successful.
-
This operation requires authorization using the OAuth scope
https://www.googleapis.com/auth/display-video
.
Creates a new custom bidding algorithm. Returns the newly created custom bidding algorithm if successful.
HTTP request
POST https://displayvideo.googleapis.com/v4/customBiddingAlgorithms
The URL uses gRPC Transcoding syntax.
Request body
The request body contains an instance of CustomBiddingAlgorithm
.
Response body
If successful, the response body contains a newly created instance of CustomBiddingAlgorithm
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/display-video
For more information, see the OAuth 2.0 Overview.