github.com/prebid/prebid-server@v0.275.0/adapters/dianomi/dianomitest/supplemental/nobid-response.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [{ 5 "id": "test-imp-id", 6 "native": { 7 "request": "" 8 }, 9 "ext": { 10 "bidder": { 11 "smartadId": 9607 12 } 13 } 14 }] 15 }, 16 "httpCalls": [ 17 { 18 "expectedRequest": { 19 "uri": "https://prebid-server-aws.dianomi.com/openrtb2/auction", 20 "body": { 21 "id": "test-request-id", 22 "imp": [{ 23 "ext": { 24 "bidder": { 25 "smartadId": 9607 26 } 27 }, 28 "id": "test-imp-id", 29 "native": { 30 "request": "" 31 }, 32 "tagid": "9607" 33 }] 34 } 35 }, 36 "mockResponse": { 37 "status": 200, 38 "body": { 39 "id": "test-request-id", 40 "seatbid": null, 41 "bidid": null, 42 "cur": null 43 } 44 } 45 } 46 ], 47 "expectedBidResponses": [{"currency":"USD","bids":[]}], 48 "expectedMakeBidsErrors": [] 49 }