Native Object

Note

Fields marked with an asterisk (*) are optional.

Native Object

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, [1, 3]

api*

array of integers

List of supported API frameworks for this impression as defined in OpenRTB, for example [2,3,5]. If an API is not explicitly listed, it is assumed not to be supported.

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
      ]
   }
}