bidProtocol property

String? bidProtocol
getter/setter pair

The protocol that the bidder endpoint is using. Possible string values are:

  • "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).

Implementation

core.String? bidProtocol;