Resource: PublisherConnection
An Open Bidding exchange's connection to a publisher. This is initiated by the publisher for the bidder to review. If approved by the bidder, this means that the bidder agrees to receive bid requests from the publisher.
| JSON representation | 
|---|
{ "name": string, "publisherPlatform": enum (  | 
              
| Fields | |
|---|---|
name | 
                
                   
 Output only. Name of the publisher connection. This follows the pattern   | 
              
publisherPlatform | 
                
                   
 Output only. Whether the publisher is an Ad Manager or AdMob publisher.  | 
              
displayName | 
                
                   
 Output only. Publisher display name.  | 
              
biddingState | 
                
                   
 Whether the publisher has been approved by the bidder.  | 
              
createTime | 
                
                   
 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. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
PublisherPlatform
Publisher platforms from which a PublisherConnection can originate.
| Enums | |
|---|---|
PUBLISHER_PLATFORM_UNSPECIFIED | 
                An unspecified publisher platform. | 
GOOGLE_AD_MANAGER | 
                A Google Ad Manager publisher. | 
ADMOB | 
                An AdMob publisher. | 
State
Possible states of the publisher connection. Bidders may approve a connection in order to receive bid requests from the publisher. If a connection is rejected, no bid requests from the associated publisher will be received.
| Enums | |
|---|---|
STATE_UNSPECIFIED | 
                An unspecified bidding status. | 
PENDING | 
                Indicates a request for connection from the publisher that the bidder needs to review. | 
REJECTED | 
                Indicates that the publisher was rejected. | 
APPROVED | 
                Indicates that the publisher was approved. | 
Methods | 
            |
|---|---|
                
 | 
              Batch approves multiple publisher connections. | 
                
 | 
              Batch rejects multiple publisher connections. | 
                
 | 
              Gets a publisher connection. | 
                
 | 
              Lists publisher connections for a given bidder. |