AdUnitType

object AdUnitType

Properties

Link copied to clipboard
const val DYNAMIC: Byte = 5

Dynamic represents Nimbus’s proprietary dynamic ad unit. It simultaneously requests RTB Banner, RTB Video, and occasionally RTB Native creatives. This unit is typically displayed inline, which distinguishes it from interstitial units.

Link copied to clipboard
const val INLINE: Byte = 1

Inline represents banner ads typically sized at or below 300x250. Common dimensions include 300x250, 300x50, 320x50, 320x100, and 728x90. It May also include video ads when the placementType is set to "inline".

Link copied to clipboard
const val INTERSTITIAL: Byte = 2

Interstitial represents full-screen, blocking ads, typically sized at 320x480.

Link copied to clipboard
const val NATIVE: Byte = 4

Native represents native ads, where the ad UI is constructed client-side by the publisher. These ads are typically non-blocking and styled to match the app’s content. Currently used as a placeholder, as official support may vary.

Link copied to clipboard
const val REWARDED: Byte = 3

Rewarded represents ads that grant a reward to users upon completion. While often video-based, the format is not limited to video. For video ads, users are typically required to watch to completion; behavior for other formats is still to be defined.

Link copied to clipboard
const val UNKNOWN: Byte = 0

Unknown ad unit type.