Skip to main content

endpoints

Overview

Nameendpoints
TypeResource
Idgoogleads.realtimebidding.endpoints

Fields

NameDatatypeDescription
namestringOutput 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.
maximumQpsstringThe maximum number of queries per second allowed to be sent to this server.
tradingLocationstringThe trading location that bid requests should be sent from. See https://developers.google.com/authorized-buyers/rtb/peer-guide#trading-locations for further information.
urlstringOutput only. The URL that bid requests should be sent to.
bidProtocolstringThe protocol that the bidder endpoint is using.

Methods

NameAccessible byRequired ParamsDescription
bidders_endpoints_getSELECTbiddersId, endpointsIdGets a bidder endpoint by its name.
bidders_endpoints_listSELECTbiddersIdLists all the bidder's endpoints.
bidders_endpoints_patchEXECbiddersId, endpointsIdUpdates a bidder's endpoint.