github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/valid-whole/supplementary/req-two-imps-missing-stored-bid-response.json (about)

     1  {
     2    "description": "request with two valid imp with missing stored bid responses",
     3    "mockBidRequest": {
     4      "id": "some-request-id",
     5      "site": {
     6        "page": "test.somepage.com"
     7      },
     8      "imp": [
     9        {
    10          "id": "imp-id1",
    11          "banner": {
    12            "format": [
    13              {
    14                "w": 300,
    15                "h": 600
    16              }
    17            ]
    18          },
    19          "ext": {
    20            "appnexus": {
    21              "placementId": 12883451
    22            },
    23            "prebid": {
    24              "storedbidresponse": [
    25                {"bidder":"testBidder1", "id": "123"}
    26              ]
    27            }
    28          }
    29        },
    30        {
    31          "id": "imp-id2",
    32          "banner": {
    33            "format": [
    34              {
    35                "w": 300,
    36                "h": 600
    37              }
    38            ]
    39          },
    40          "ext": {
    41            "appnexus": {
    42              "placementId": 12883451
    43            },
    44            "prebid": {
    45              "storedbidresponse": [
    46                {"bidder":"testBidder2", "id": "1234"}
    47              ]
    48            }
    49          }
    50        }
    51      ]
    52    },
    53    "expectedReturnCode": 200
    54  }