REST Resource: bidders.endpoints
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
An Endpoint resource represents a bidder endpoint that receives bid requests.
The Endpoint resource includes fields such as name, url, maximumQps, tradingLocation, and bidProtocol.
TradingLocation specifies the region where the bidder application is located and corresponds to the user location for bid requests.
BidProtocol defines the protocol options, like OPENRTB_JSON or OPENRTB_PROTOBUF, that a bidder endpoint can use.
Methods available for Endpoints include get, list, and patch.
Resource: Endpoint
Bidder endpoint that receives bid requests.
JSON representation
{
"name" : string ,
"url" : string ,
"maximumQps" : string ,
"tradingLocation" : enum (TradingLocation ) ,
"bidProtocol" : enum (BidProtocol )
}
Fields
name
string
Output only. Name of the endpoint resource that must follow the pattern bidders/{bidderAccountId}/endpoints/{endpointId}, where {bidderAccountId} is the account ID of the bidder who operates this endpoint, and {endpointId} is a unique ID assigned by the server.
url
string
Output only. The URL that bid requests should be sent to.
maximumQps
string (int64 format)
The maximum number of queries per second allowed to be sent to this server.
tradingLocation
enum (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
enum (BidProtocol )
The protocol that the bidder endpoint is using.
TradingLocation
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.
[null,null,["Last updated 2025-05-07 UTC."],[],[]]