Native

@Serializable
class Native(var bidfloor: Float = 0.0f, var request: String? = null, var ver: String? = null, var api: ByteArray? = null, var battr: ByteArray? = null, var ext: Extension? = null)

This public class represents a native type impression.

Native ad units are intended to blend seamlessly into the surrounding content (e.g., a sponsored Twitter or Facebook post). As such, the response must be well-structured to afford the publisher fine-grained control over rendering. The Native Subcommittee has developed a companion specification to OpenRTB called the Dynamic Native Ads API. It defines the request parameters and response markup structure of native ad units. This object provides the means of transporting request parameters as an opaque string so that the specific parameters can evolve separately under the auspices of the Dynamic Native Ads API. Similarly, the ad markup served will be structured according to that specification. The presence of a Native as a subordinate of the Imp object indicates that this impression is offered as a native type impression. At the publisher’s discretion, that same impression may also be offered as banner, video, and/or audio by also including as Imp subordinates objects of those types. However, any given bid for the impression must conform to one of the offered types.

OpenRTB Section 3.2.9

Constructors

Link copied to clipboard
constructor(bidfloor: Float = 0.0f, request: String? = null, ver: String? = null, api: ByteArray? = null, battr: ByteArray? = null, ext: Extension? = null)

Properties

Link copied to clipboard

List of supported API frameworks for this impression. If an API is not explicitly listed, it is assumed not to be supported.

Link copied to clipboard

Set of creative attributes to block.

Link copied to clipboard

Minimum bid for this native impression expressed in CPM.

Link copied to clipboard
Link copied to clipboard

Request payload complying with the Native Ad Specification

Link copied to clipboard

Version of the Dynamic Native Ads API to which request complies. Highly recommended for efficient parsing.