github.com/prebid/prebid-server@v0.275.0/endpoints/openrtb2/sample-requests/valid-whole/exemplary/interstitial-no-size.json (about)

     1  {
     2      "description": "Interstitial Banner Ad Without Sizes Defined",
     3      "mockBidRequest": {
     4          "id": "some-request-id",
     5          "site": {
     6              "page": "test.somepage.com"
     7          },
     8          "imp": [{
     9              "id": "some-imp-id",
    10              "instl": 1,
    11              "banner": {},
    12              "ext": {
    13                  "prebid": {
    14                      "bidder": {
    15                          "appnexus": {
    16                              "placementId": 12883451
    17                          }
    18                      }
    19                  }
    20              }
    21          }]
    22      },
    23      "expectedBidResponse": {
    24          "id": "some-request-id",
    25          "seatbid": [{
    26              "bid": [{
    27                  "id": "appnexus-bid",
    28                  "impid": "some-imp-id",
    29                  "price": 0
    30              }],
    31              "seat": "appnexus"
    32          }],
    33          "bidid": "test bid id",
    34          "cur": "USD",
    35          "nbr": 0
    36      },
    37      "expectedReturnCode": 200
    38  }