- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists the bidding functions that a bidder currently has registered.
HTTP request
GET https://realtimebidding.googleapis.com/v1alpha/{parent=bidders/*}/biddingFunctions
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the bidder whose bidding functions will be listed. Format: |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of bidding functions to return. |
pageToken |
A token identifying a page of results the server should return. This value is received from a previous |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
A response containing a list of a bidder's bidding functions.
JSON representation |
---|
{
"biddingFunctions": [
{
object ( |
Fields | |
---|---|
biddingFunctions[] |
A list of a bidder's bidding functions. |
nextPageToken |
A token which can be passed to a subsequent call to the |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/realtime-bidding