Metric Object¶
Note
Fields marked with an asterisk (*) are optional.
Value |
Type |
Description |
---|---|---|
type |
string |
The type of metric being presented. Currently BidSwitch only supports using
|
value |
float |
A decimal number representing the value of the metric being supplied
|
vendor* |
string |
Source of the value declared by the Supplier |
Metric JSON Example¶
{
"metric":[
{
"type":"viewability",
"value":0.85
}
]
}