github.com/prebid/prebid-server@v0.275.0/adapters/mobilefuse/mobilefusetest/exemplary/no-bid.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "1", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "placement_id": 999999, 18 "pub_id": 1111 19 } 20 } 21 } 22 ] 23 }, 24 25 "httpCalls": [ 26 { 27 "expectedRequest": { 28 "uri": "http://mfx.mobilefuse.com/openrtb?pub_id=1111", 29 "body": { 30 "id": "test-request-id", 31 "imp": [ 32 { 33 "id": "1", 34 "banner": { 35 "format": [ 36 { 37 "w": 300, 38 "h": 250 39 } 40 ] 41 }, 42 "tagid": "999999" 43 } 44 ] 45 } 46 }, 47 "mockResponse": { 48 "status": 204, 49 "body": {} 50 } 51 } 52 ], 53 54 "expectedBidResponses": [] 55 }