buyers_auctionPackages_get | SELECT | auctionPackagesId, buyersId | Gets an auction package given its name. |
buyers_auctionPackages_list | SELECT | buyersId | List the auction packages subscribed by a buyer and its clients. |
buyers_auctionPackages_subscribe | EXEC | auctionPackagesId, buyersId | 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. |
buyers_auctionPackages_subscribeClients | EXEC | auctionPackagesId, buyersId | 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. |
buyers_auctionPackages_unsubscribe | EXEC | auctionPackagesId, buyersId | 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. |
buyers_auctionPackages_unsubscribeClients | EXEC | auctionPackagesId, buyersId | Unsubscribe from the auction package for the specified clients of the buyer. Unsubscribing a client that is not subscribed will have no effect. |