class Bidders extends Resource (View source)

The "bidders" collection of methods.

Typical usage is:

 $realtimebiddingService = new Google\Service\RealTimeBidding(...);
 $bidders = $realtimebiddingService->bidders;

Methods

get(string $name, array $optParams = [])

Gets a bidder account by its name. (bidders.get)

listBidders(array $optParams = [])

Lists all the bidder accounts that belong to the caller.

Details

Bidder get(string $name, array $optParams = [])

Gets a bidder account by its name. (bidders.get)

Parameters

string $name

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

array $optParams

Optional parameters.

Return Value

Bidder

Exceptions

Exception

ListBiddersResponse listBidders(array $optParams = [])

Lists all the bidder accounts that belong to the caller.

(bidders.listBidders)

Parameters

array $optParams

Optional parameters.

Return Value

ListBiddersResponse

Exceptions

Exception