BiddersPublisherConnections
class BiddersPublisherConnections extends Resource (View source)
The "publisherConnections" collection of methods.
Typical usage is:
$realtimebiddingService = new Google\Service\RealTimeBidding(...);
$publisherConnections = $realtimebiddingService->bidders_publisherConnections;
Methods
batchApprove(string $parent, BatchApprovePublisherConnectionsRequest $postBody, array $optParams = [])
Batch approves multiple publisher connections.
batchReject(string $parent, BatchRejectPublisherConnectionsRequest $postBody, array $optParams = [])
Batch rejects multiple publisher connections.
get(string $name, array $optParams = [])
Gets a publisher connection. (publisherConnections.get)
listBiddersPublisherConnections(string $parent, array $optParams = [])
Lists publisher connections for a given bidder.
Details
BatchApprovePublisherConnectionsResponse
batchApprove(string $parent, BatchApprovePublisherConnectionsRequest $postBody, array $optParams = [])
Batch approves multiple publisher connections.
(publisherConnections.batchApprove)
BatchRejectPublisherConnectionsResponse
batchReject(string $parent, BatchRejectPublisherConnectionsRequest $postBody, array $optParams = [])
Batch rejects multiple publisher connections.
(publisherConnections.batchReject)
PublisherConnection
get(string $name, array $optParams = [])
Gets a publisher connection. (publisherConnections.get)
ListPublisherConnectionsResponse
listBiddersPublisherConnections(string $parent, array $optParams = [])
Lists publisher connections for a given bidder.
(publisherConnections.listBiddersPublisherConnections)