Data Object¶
Note
Fields marked with asterisk (*) are optional.
Value |
Type |
Description |
---|---|---|
id * |
string |
Exchange-specific ID for the data provider, for example
|
name |
string |
Exchange-specific name for the data provider, for example
|
segment |
array of objects |
Array of Segment objects that contain the actual data values. |
ext* |
object |
Placeholder for exchange-specific extensions to OpenRTB. |
Segment Object¶
Value |
Type |
Description |
---|---|---|
id* |
string |
ID of the data segment specific to the data provider, for example,
|
name |
string |
Name of the data segment specific to the data provider, for example,
|
value* |
string |
String representation of the data segment value, for example,
|
Ext Object¶
Value |
Type |
Description |
---|---|---|
segtax |
integer |
Specifies the taxonomy being used as listed on the Approved Vendor specific
Taxonomies, e.g. |
{
"data":[
{
"name":"domain-origin",
"segment":[
{
"name":"status",
"value":"verified"
},
{
"name":"domain",
"value":"abcd.com"
}
],
"ext":{
"segtax": 600
}
}
]
}