Bid Response Ext Object¶
Note
Fields marked with an asterisk (*) are optional.
Value |
Type |
Description |
---|---|---|
protocol |
string |
The latest BidSwitch protocol version this bid response is compliant
with, for example |
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:
|
{
"id": "1234567890",
"ext": {
"protocol": "5.3",
"true_price_opt_out": 1
}
}