class BiddersAuctionPackages extends Resource (View source)

The "auctionPackages" collection of methods.

Typical usage is:

 $authorizedbuyersmarketplaceService = new Google\Service\AuthorizedBuyersMarketplace(...);
 $auctionPackages = $authorizedbuyersmarketplaceService->bidders_auctionPackages;

Methods

listBiddersAuctionPackages(string $parent, array $optParams = [])

List the auction packages. Buyers can use the URL path "/v1/buyers/{accountId}/auctionPackages" to list auction packages for the current buyer and its clients. Bidders can use the URL path "/v1/bidders/{accountId}/auctionPackages" to list auction packages for the bidder, its media planners, its buyers, and all their clients.

Details

ListAuctionPackagesResponse listBiddersAuctionPackages(string $parent, array $optParams = [])

List the auction packages. Buyers can use the URL path "/v1/buyers/{accountId}/auctionPackages" to list auction packages for the current buyer and its clients. Bidders can use the URL path "/v1/bidders/{accountId}/auctionPackages" to list auction packages for the bidder, its media planners, its buyers, and all their clients.

(auctionPackages.listBiddersAuctionPackages)

Parameters

string $parent

Required. Name of the parent buyer that can access the auction package. Format: buyers/{accountId}. When used with a bidder account, the auction packages that the bidder, its media planners, its buyers and clients are subscribed to will be listed, in the format bidders/{accountId}.

array $optParams

Optional parameters.

Return Value

ListAuctionPackagesResponse

Exceptions

Exception