Bid Response Ext Object

Note

Fields marked with an asterisk (*) are optional.

Bid Response Ext Object Properties

Value

Type

Description

protocol

string

The latest BidSwitch protocol version this bid response is compliant with, for example "5.3"

true_price_opt_out*

boolean

Prevents True Price from processing the response. If you have True Price enabled for trading, this allows you to bypass it for certain responses or for comparative testing of its efficiency. The following are the valid options:

  • 1 prevents True Price from processing the response.

  • 0 or absent means True Price applied if enabled on your account.

{
  "id": "1234567890",
  "ext": {
    "protocol": "5.3",
    "true_price_opt_out": 1
  }
}