BuyersAuctionPackages
class BuyersAuctionPackages extends Resource (View source)
The "auctionPackages" collection of methods.
Typical usage is:
$authorizedbuyersmarketplaceService = new Google\Service\AuthorizedBuyersMarketplace(...);
$auctionPackages = $authorizedbuyersmarketplaceService->buyers_auctionPackages;
Methods
Gets an auction package given its name. (auctionPackages.get)
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.
Subscribe to the auction package for the specified buyer. Once subscribed, the bidder will receive a call out for inventory matching the auction package targeting criteria with the auction package deal ID and the specified buyer.
Subscribe the specified clients of the buyer to the auction package. If a client in the list does not belong to the buyer, an error response will be returned, and all of the following clients in the list will not be subscribed. Subscribing an already subscribed client will have no effect.
Unsubscribe from the auction package for the specified buyer. Once unsubscribed, the bidder will no longer receive a call out for the auction package deal ID and the specified buyer. (auctionPackages.unsubscribe)
Unsubscribe from the auction package for the specified clients of the buyer.
Details
AuctionPackage
get(string $name, array $optParams = [])
Gets an auction package given its name. (auctionPackages.get)
ListAuctionPackagesResponse
listBuyersAuctionPackages(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.listBuyersAuctionPackages)
AuctionPackage
subscribe(string $name, SubscribeAuctionPackageRequest $postBody, array $optParams = [])
Subscribe to the auction package for the specified buyer. Once subscribed, the bidder will receive a call out for inventory matching the auction package targeting criteria with the auction package deal ID and the specified buyer.
(auctionPackages.subscribe)
AuctionPackage
subscribeClients(string $auctionPackage, SubscribeClientsRequest $postBody, array $optParams = [])
Subscribe the specified clients of the buyer to the auction package. If a client in the list does not belong to the buyer, an error response will be returned, and all of the following clients in the list will not be subscribed. Subscribing an already subscribed client will have no effect.
(auctionPackages.subscribeClients)
AuctionPackage
unsubscribe(string $name, UnsubscribeAuctionPackageRequest $postBody, array $optParams = [])
Unsubscribe from the auction package for the specified buyer. Once unsubscribed, the bidder will no longer receive a call out for the auction package deal ID and the specified buyer. (auctionPackages.unsubscribe)
AuctionPackage
unsubscribeClients(string $auctionPackage, UnsubscribeClientsRequest $postBody, array $optParams = [])
Unsubscribe from the auction package for the specified clients of the buyer.
Unsubscribing a client that is not subscribed will have no effect. (auctionPackages.unsubscribeClients)