github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/valid-whole/supplementary/req-two-imps-stored-bid-responses.json (about) 1 { 2 "description": "request with two valid imp with 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 "telaria": { 21 "placementId": 12883451 22 }, 23 "prebid": { 24 "storedbidresponse": [ 25 {"bidder":"telaria", "id": "bidResponseId1"} 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 "amx": {}, 42 "prebid": { 43 "storedbidresponse": [ 44 {"bidder":"amx", "id": "bidResponseId2"} 45 ] 46 } 47 } 48 } 49 ] 50 }, 51 "expectedReturnCode": 200 52 }