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.

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"

{
  "data":[
    {
      "id":"BDA",
      "name":"BidData Augmentors",
      "segment":[
        {
          "id":"BDA653",
          "name":"Custom Audiences",
          "value":"audience-123"
        },
        {
          "id":"BDA156",
          "name":"Clothing Taxonomy - Male",
          "value":"Shoes"
        }
      ]
    }
  ]
}