Skip to main content

DSPBanner

Banner ad requirements for a single impression slot.

format object[]required

Array of permitted banner dimensions for this slot. Each Format object represents one allowed width/height combination. Include multiple Format objects to declare multiple permitted sizes. FCC disables dimension-based filtering if width and height are absent.

  • Array [
  • winteger

    Width in device independent pixels (DIPS). FCC does not apply dimension-based filtering if absent.

    Example: 30
    hinteger

    Height in device independent pixels (DIPS). FCC does not apply dimension-based filtering if absent.

    Example: 20
  • ]
  • DSPBanner
    {
    "format": [
    {
    "w": 30,
    "h": 20
    }
    ]
    }