Skip to main content

DSPImp

A single ad impression slot in the request.

idstringrequired

A unique identifier for this impression within the context of the bid request (typically starts with 1 and increments).

Example: OSGMz25
banner object

Banner ad requirements for this impression slot.

Include if requesting a Display Banner ad. Omit for video slots.

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
  • ]
  • video object

    Video ad requirements for this impression slot. When FCC serves a video ad, adm in response contains a VAST 4.2 XML string.

    Include if requesting a Video ad. Omit for banner slots.

    winteger

    Width of the video player in device independent pixels (DIPS).

    Example: 640
    hinteger

    Height of the video player in device independent pixels (DIPS).

    Example: 360
    ext objectrequired

    Extension to the impression object for sending supply metadata.

    Must contain slotid.

    slotidstringrequired

    A unique identifier for the slot in the ad space within the context of the impression.

    Example: HOME-PAGE-DAILY-UAE5
    DSPImp
    {
    "id": "OSGMz25",
    "banner": {
    "format": [
    {
    "w": 30,
    "h": 20
    }
    ]
    },
    "video": {
    "w": 640,
    "h": 360
    },
    "ext": {
    "slotid": "HOME-PAGE-DAILY-UAE5"
    }
    }