publisher_connections
Overview
Name | publisher_connections |
Type | Resource |
Id | googleads.realtimebidding.publisher_connections |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Output only. Name of the publisher connection. This follows the pattern bidders/{bidder}/publisherConnections/{publisher} , where {bidder} represents the account ID of the bidder, and {publisher} is the ads.txt/app-ads.txt publisher ID. |
publisherPlatform | string | Output only. Whether the publisher is an Ad Manager or AdMob publisher. |
biddingState | string | Whether the publisher has been approved by the bidder. |
createTime | string | Output only. The time at which the publisher initiated a connection with the bidder (irrespective of if or when the bidder approves it). This is subsequently updated if the publisher revokes and re-initiates the connection. |
displayName | string | Output only. Publisher display name. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
bidders_publisherConnections_get | SELECT | biddersId, publisherConnectionsId | Gets a publisher connection. |
bidders_publisherConnections_list | SELECT | biddersId | Lists publisher connections for a given bidder. |
bidders_publisherConnections_batchApprove | EXEC | biddersId | Batch approves multiple publisher connections. |
bidders_publisherConnections_batchReject | EXEC | biddersId | Batch rejects multiple publisher connections. |