github.com/prebid/prebid-server/v2@v2.18.0/adapters/mobilefuse/mobilefusetest/exemplary/optional-params.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 "tagid_src": "ext" 20 } 21 } 22 } 23 ] 24 }, 25 26 "httpCalls": [ 27 { 28 "expectedRequest": { 29 "uri": "http://mfx.mobilefuse.com/openrtb?pub_id=1111&tagid_src=ext", 30 "body": { 31 "id": "test-request-id", 32 "imp": [ 33 { 34 "id": "1", 35 "banner": { 36 "format": [ 37 { 38 "w": 300, 39 "h": 250 40 } 41 ] 42 }, 43 "tagid": "999999" 44 } 45 ] 46 }, 47 "impIDs":["1"] 48 }, 49 "mockResponse": { 50 "status": 204, 51 "body": {} 52 } 53 } 54 ], 55 56 "expectedBidResponses": [] 57 }