Position

object Position

Describes the position of the ad as a relative measure of visibility or prominence.

This OpenRTB table has values derived from the Inventory Quality Guidelines (IQG). Values 4 - 7 apply to apps.

OpenRTB Section 5.4

Properties

Link copied to clipboard
const val ABOVE_THE_FOLD: Byte = 1
Link copied to clipboard
const val BELOW_THE_FOLD: Byte = 3
Link copied to clipboard
const val FOOTER: Byte = 5
Link copied to clipboard
const val FULLSCREEN: Byte = 7
Link copied to clipboard
const val HEADER: Byte = 4
Link copied to clipboard
const val SIDEBAR: Byte = 6
Link copied to clipboard
const val UNKNOWN: Byte = 0