-
public final class NativeAdSpecsRespective classes and field names required for a proper ortb bid request generation according to OpenRTB Dynamic Native Ads API Specification And also ad rendering, more specifically, asset and view stitching.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNativeAdSpecs.Assetpublic final classNativeAdSpecs.EventTracker
-
Field Summary
Fields Modifier and Type Field Description private final Map<Integer, NativeAdSpecs.Asset>assetsprivate final List<NativeAdSpecs.EventTracker>eventTrackers
-
Constructor Summary
Constructors Constructor Description NativeAdSpecs(Map<Integer, NativeAdSpecs.Asset> assets, List<NativeAdSpecs.EventTracker> eventTrackers)
-
Method Summary
Modifier and Type Method Description final Map<Integer, NativeAdSpecs.Asset>getAssets()final List<NativeAdSpecs.EventTracker>getEventTrackers()-
-
Constructor Detail
-
NativeAdSpecs
NativeAdSpecs(Map<Integer, NativeAdSpecs.Asset> assets, List<NativeAdSpecs.EventTracker> eventTrackers)
- Parameters:
assets-map of assets required for a proper ad rendering; key - Asset.id
-
-
Method Detail
-
getAssets
final Map<Integer, NativeAdSpecs.Asset> getAssets()
-
getEventTrackers
final List<NativeAdSpecs.EventTracker> getEventTrackers()
-
-
-
-