Native Response Object

Field

Type

Details

assets

array of objects

List of native ad assets.

link

object

The Native Link Object. This is the default link object for the ad. Individual assets can also have a link object which applies if the asset is activated (clicked). If the asset has no link object, the parent link object applies.

ext*

object

Native Ext Object

ver*

string

Version of the Native Markup version in use, for example, "1".

privacy*

string

If support was indicated in the request, return the URL of a page informing the user about the buyer’s targeting activity.

eventtrackers*

array of objects

Specifies what type of event tracking is supported, see Event Tracker Response Object

{
   "seatbid":[
      {
         "bid":[
            {
               "ext":{
                  "native":{
                     "ver":"1.2",
                     "eventtrackers":[
                        {
                           "event":1,
                           "method":2,
                           "url":"http://www.mytracker.com/tracker.js"
                        },
                        {
                           "event":2,
                           "method":1,
                           "url":"http://www.example.com/tracker.php"
                        }
                     ],
                     "privacy":"privacy-example.com",
                     "link":{
                        "url":"http://adserver.com/click?impid=102"
                     },
                     "assets":[
                        {
                           "id":1,
                           "video":{
                          "vasttag":"http://adserver.com/vast"
                              "ext":{
                                 "playbackmethod":1
                              }
                           },
                           "required":1,
                           "title":{
                              "text":"A test Native Ad"
                           }
                        }
                     ]
                  }
               }
            }
         ]
      }
   ]
}