github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/valid-whole/supplementary/imp-with-stored-bid-resp-case-not-matching-bidder-name.json (about) 1 { 2 "description": "request with impression with stored bid response with case not matching bidder name", 3 "mockBidRequest": { 4 "id": "request-with-stored-resp", 5 "site": { 6 "page": "test.somepage.com" 7 }, 8 "imp": [ 9 { 10 "id": "imp-id3", 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 { 26 "bidder": "APPNEXUS", 27 "id": "bidResponseId3" 28 } 29 ] 30 } 31 } 32 } 33 ], 34 "user": { 35 "yob": 1989 36 } 37 }, 38 "expectedReturnCode": 200 39 }