-
public final class DataThe data and segment objects together allow additional data about the related object (e.g., user, content) to be specified. This data may be from multiple sources whether from the exchange itself or third parties as specified by the id field. A bid request can mix data objects from multiple providers. The specific data providers in use should be published by the exchange a priori to its bidders.
-
-
Constructor Summary
Constructors Constructor Description Data()
-
Method Summary
Modifier and Type Method Description final StringgetId()Exchange-specific ID for the data provider. final UnitsetId(@SerializedName(value = id) String id)Exchange-specific ID for the data provider. final StringgetName()Exchange-specific name for the data provider. final UnitsetName(@SerializedName(value = name) String name)Exchange-specific name for the data provider. final Array<Segment>getSegment()Array of Segment objects that contain the actual data values. final UnitsetSegment(@SerializedName(value = segment) Array<Segment> segment)Array of Segment objects that contain the actual data values. final ObjectgetExtension()Placeholder for exchange-specific extensions to OpenRTB. final UnitsetExtension(@SerializedName(value = ext) Object extension)Placeholder for exchange-specific extensions to OpenRTB. -
-
Method Detail
-
setId
final Unit setId(@SerializedName(value = id) String id)
Exchange-specific ID for the data provider.
-
setName
final Unit setName(@SerializedName(value = name) String name)
Exchange-specific name for the data provider.
-
getSegment
final Array<Segment> getSegment()
Array of Segment objects that contain the actual data values.
-
setSegment
final Unit setSegment(@SerializedName(value = segment) Array<Segment> segment)
Array of Segment objects that contain the actual data values.
-
getExtension
final Object getExtension()
Placeholder for exchange-specific extensions to OpenRTB.
-
setExtension
final Unit setExtension(@SerializedName(value = ext) Object extension)
Placeholder for exchange-specific extensions to OpenRTB.
-
-
-
-