Method: bidders.biddingFunctions.list

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

string

Required. Name of the bidder whose bidding functions will be listed. Format: bidders/{bidder_account_id}

Query parameters

Parameters
pageSize

integer

The maximum number of bidding functions to return.

pageToken

string

A token identifying a page of results the server should return.

This value is received from a previous biddingFunctions.list call in ListBiddingFunctionsResponse.nextPageToken.

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 (BiddingFunction)
    }
  ],
  "nextPageToken": string
}
Fields
biddingFunctions[]

object (BiddingFunction)

A list of a bidder's bidding functions.

nextPageToken

string

A token which can be passed to a subsequent call to the biddingFunctions.list method to retrieve the next page of results in ListBiddingFunctionsRequest.pageToken.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/realtime-bidding