Data Object

Note

Fields marked with asterisk (*) are optional.

Data Object Properties

Value

Type

Description

id *

string

Exchange-specific ID for the data provider, for example "BSW001"

name

string

Exchange-specific name for the data provider, for example "domain-origin"

segment

array of objects

Array of Segment objects that contain the actual data values, see Segment Object.

ext*

object

Placeholder for exchange-specific extensions to OpenRTB.

Segment Object

Segment Object Properties

Value

Type

Description

id*

string

ID of the data segment specific to the data provider, for example, "Seg123"

name

string

Name of the data segment specific to the data provider, for example, "status"

value*

string

String representation of the data segment value, for example, "verified"

Ext Object

Ext Object Properties

Value

Type

Description

segtax

integer

Specifies the taxonomy being used as listed on the Approved Vendor specific Taxonomies, e.g. 600. Values 600+ represent Topics taxonomies, with 600 representing Topics v1, 601 representing Topics v2, 602+ reserved for future versions. See the Topics API section for more information.

segclass*

string

Specifies the taxonomy version of that given in segtax, for example "classifier_v1"

{
  "data":[
    {
      "name":"a.data-provider.com",
      "segment":[
        {
          "id":59
        },
        {
          "id":250
        }
      ],
      "ext":{
        "segtax":601
      }
    }
  ]
}