github.com/prebid/prebid-server/v2@v2.18.0/adapters/algorix/algorixtest/exemplary/sample-nobid.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [{"w": 320, "h": 50}] 9 }, 10 "ext": { 11 "bidder": { 12 "sid": "testSid", 13 "token": "testToken", 14 "placementId": "testPlacementId", 15 "appId": "testAppId" 16 } 17 } 18 } 19 ] 20 }, 21 22 "httpCalls": [ 23 { 24 "expectedRequest": { 25 "uri": "https://xyz.test.com?sid=testSid&token=testToken", 26 "body": { 27 "id": "test-request-id", 28 "imp": [ 29 { 30 "id":"test-imp-id", 31 "banner": { 32 "format": [{"w": 320, "h": 50}], 33 "w": 320, 34 "h": 50 35 }, 36 "ext": { 37 "bidder": { 38 "sid": "testSid", 39 "token": "testToken", 40 "placementId": "testPlacementId", 41 "appId": "testAppId" 42 } 43 } 44 } 45 ] 46 }, 47 "impIDs":["test-imp-id"] 48 }, 49 "mockResponse": { 50 "status": 204, 51 "body": {} 52 } 53 } 54 ], 55 56 "expectedBidResponses": [] 57 58 }