AdPosition

@objc(PBMAdPosition)
public enum AdPosition : Int

Ad position on screen. Refer to List 5.4: The following table specifies 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). Practitioners should keep in sync with updates to the IQG values as published on IAB.com. Values “4” - “7” apply to apps per the mobile addendum to IQG version 2.1. Value Description 0 Unknown 1 Above the Fold 2 DEPRECATED - May or may not be initially visible depending on screen size/resolution. 3 Below the Fold 4 Header 5 Footer 6 Sidebar 7 Full Screen

  • 0 Unknown

    Declaration

    Swift

    case undefined = 0
  • 4 Header

    Declaration

    Swift

    case header = 4
  • 5 Footer

    Declaration

    Swift

    case footer = 5
  • 6 Sidebar

    Declaration

    Swift

    case sidebar = 6
  • 7 Full Screen

    Declaration

    Swift

    case fullScreen = 7