Bidders
class Bidders extends Resource (View source)
The "bidders" collection of methods.
Typical usage is:
$realtimebiddingService = new Google\Service\RealTimeBidding(...);
$bidders = $realtimebiddingService->bidders;
Methods
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)
ListBiddersResponse
listBidders(array $optParams = [])
Lists all the bidder accounts that belong to the caller.
(bidders.listBidders)