github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/valid-whole/supplementary/imp-with-stored-bid-resp-non-existing-bidder-name.json (about) 1 { 2 "description": "request with impression with stored bid response", 3 "mockBidRequest": { 4 "id": "request-with-stored-resp", 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 "bidderABC": {}, 21 "prebid": { 22 "storedbidresponse": [ 23 {"bidder":"bidderABC", "id": "bidResponseId1"} 24 ] 25 } 26 } 27 } 28 ], 29 "user": { 30 "yob": 1989 31 } 32 }, 33 "expectedReturnCode": 200 34 }