Resource: Endpoint
Bidder endpoint that receives bid requests.
| JSON representation | 
|---|
{ "name": string, "url": string, "maximumQps": string, "tradingLocation": enum (  | 
              
| Fields | |
|---|---|
name | 
                
                   
 Output only. Name of the endpoint resource that must follow the pattern   | 
              
url | 
                
                   
 Output only. The URL that bid requests should be sent to.  | 
              
maximumQps | 
                
                   
 The maximum number of queries per second allowed to be sent to this server.  | 
              
tradingLocation | 
                
                   
 The trading location that bid requests should be sent from. See https://developers.google.com/authorized-buyers/rtb/peer-guide#trading-locations for further information.  | 
              
bidProtocol | 
                
                   
 The protocol that the bidder endpoint is using.  | 
              
TradingLocation
The region where infrastructure hosting a bidder application may be located, and corresponds to the location of the users that bid requests are sent for. Trading location serves as a reference point for measuring and enforcing bidder latency.
See https://developers.google.com/authorized-buyers/rtb/peer-guide#trading-locations for further information.
| Enums | |
|---|---|
TRADING_LOCATION_UNSPECIFIED | 
                A placeholder for an undefined trading region. This value should not be used. | 
US_WEST | 
                The Western US trading location. | 
US_EAST | 
                The Eastern US trading location. | 
EUROPE | 
                The European trading location. | 
ASIA | 
                The Asia trading location. | 
BidProtocol
The bid protocol options that a bidder endpoint can use.
| Enums | |
|---|---|
BID_PROTOCOL_UNSPECIFIED | 
                Placeholder for undefined bid protocol. This value should not be used. | 
GOOGLE_RTB | 
                Google RTB protocol / Protobuf encoding.  | 
              
OPENRTB_JSON | 
                OpenRTB / JSON encoding (unversioned/latest). | 
OPENRTB_PROTOBUF | 
                OpenRTB / Protobuf encoding (unversioned/latest). | 
Methods | 
            |
|---|---|
                
 | 
              Gets a bidder endpoint by its name. | 
                
 | 
              Lists all the bidder's endpoints. | 
                
 | 
              Updates a bidder's endpoint. |