Native Object¶
Note
Fields marked with an asterisk (*) are optional.
Value |
Type |
Description |
---|---|---|
request_native |
object |
Contains the Native Request Object object. |
battr* |
array of integers |
Blocked creative attributes as defined in OpenRTB., for example,
|
api* |
array of integers |
List of supported API frameworks for this impression as defined in
OpenRTB, for example |
Native Object Example¶
{
"native":{
"request_native":{
"ver":"1.2",
"layout":1,
"adunit":4,
"assets":[
{
"id":1,
"required":1,
"title":{
"len":25
}
}
]
},
"api":[
3
],
"battr":[
13,
14
]
}
}