Method: bidders.get

  • This page provides a reference for getting a bidder account by its name using an HTTP GET request.

  • The request requires a name path parameter in the format bidders/{bidderAccountId} and an empty request body.

  • A successful response will contain an instance of the Bidder resource.

  • The request requires the https://www.googleapis.com/auth/realtime-bidding OAuth scope for authorization.

Gets a bidder account by its name.

HTTP request

GET https://realtimebidding.googleapis.com/v1/{name=bidders/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the bidder to get. Format: bidders/{bidderAccountId}

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Bidder.

Authorization scopes

Requires the following OAuth scope:

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