Image Display Ads (2.4)

Here you will find example bid requests and responses for image display ads with OpenRTB 2.4.

Bid Request

{
  "allimps": 0,
  "app": {
    "bundle": "defaultBundleId",
    "cat": [
      "IAB7-42"
    ],
    "id": "263",
    "name": "bla",
    "publisher": {
      "id": "5020362",
      "name": "PublisherNameFromSPX"
    },
    "storeurl": "https://itunes.apple.com/app/apple-store/id953922567567341232323"
  },
  "at": 2,
  "bcat": [
    "IAB17-18",
    "IAB7-42",
    "IAB23",
    "IAB7-28",
    "IAB26",
    "IAB25",
    "IAB9-9",
    "IAB24"
  ],
  "device": {
    "connectiontype": 0,
    "devicetype": 4,
    "didmd5": "d1c553888076489a45af4b6dfb9392eb",
    "didsha1": "81407cd1808b59681f2da1341d8ac62dfa9293fa",
    "geo": {
      "city": "Boston",
      "country": "USA",
      "ipservice": 3,
      "lat": 42.360504,
      "lon": -71.0548,
      "metro": "506",
      "region": "MA",
      "type": 2,
      "zip": "02109"
    },
    "h": 480,
    "ip": "50.255.150.200",
    "js": 0,
    "language": "en",
    "make": "Apple",
    "model": "iPhone",
    "os": "iOS",
    "osv": "4.3.2",
    "pxratio": 1,
    "ua": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_2 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8H7 Safari/6533.18.5",
    "w": 320
  },
   "ext": {
    "pchain": "07bcf65f187117b4:5020345"
  },
  "id": "8d92ec86-da30-46a8-8792-de78d2029e28",
  "imp": [
    {
      "banner": {
        "btype": [
          1,
          3
        ],
        "format": [
          {
            "h": 50,
            "w": 320
          }
        ],
        "h": 50,
        "mimes": [
          "image/jpeg",
          "image/png",
          "image/gif"
        ],
        "pos": 0,
        "w": 320
      },
      "displaymanager": "SOMA",
      "ext": {
        "strictbannersize": 0
      },
      "id": "1",
      "instl": 0,
      "secure": 0,
      "tagid": "5020486"
    }
  ],
  "regs": {
    "coppa": 0,
    "ext": {
      "gdpr": 0
    }
  },
  "tmax": 1500,
  "user": {
    "ext": {
      
    },
    "gender": "M",
    "yob": 1977
  }
}

Bid Response

{
  "seatbid": [
    {
      "seat": 1234,
      "bid": [
        {
          "nurl": "http://reports.demo.com/fb?b=JdZQFdbCARgKMURHWGhvUVl0bSMBJeAhAA&c=MTo6&wp=${AUCTION_PRICE}",
          "crid": 1234,
          "adomain": [
            "example.com"
          ],
          "price": 5.5,
          "id": "1FGYhoQYtm",
          "adm": "<ad xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"smaato_ad_v0.9.xsd\" modelVersion=\"0.9\"><imageAd><imgUrl>https://simage.png</imgUrl><clickUrl>http://click</clickUrl><width>320</width><height>50</height></imageAd></ad>",
          "impid": "1",
          "cid": 1234
        }
      ]
    }
  ],
  "id": "1FGYhoQYtm"
}
Doc Feedback Product Feedback

Last Modified: November 29, 2021 at 2:02 pm