Extension

@Serializable
class Extension(var position: String, var aps: Set<Map<String, List<String>>> = emptySet(), var adUnitType: Byte = UNKNOWN, var facebook_app_id: String? = null, var facebook_test_ad_type: String? = null)

Impression extension unique to Nimbus

See also

Constructors

Link copied to clipboard
constructor(position: String, aps: Set<Map<String, List<String>>> = emptySet(), adUnitType: Byte = UNKNOWN, facebook_app_id: String? = null, facebook_test_ad_type: String? = null)

Properties

Link copied to clipboard

The type of ad unit being auctioned.

Link copied to clipboard

The list of key value pairs provided by a DTBRequest from the APS library.

Link copied to clipboard

The identifier for this app provided by Facebook. Required if including Facebook demand in this request.

Link copied to clipboard

An optional ad type to force a test response for validating integrations.

Link copied to clipboard

Required string identifying the name of the placement that will be displayed on the Nimbus dashboard.