github.com/prebid/prebid-server/v2@v2.18.0/adapters/pwbid/pwbidtest/supplemental/response-204.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [{"w": 728, "h": 90}] 9 }, 10 "ext": { 11 "bidder": { 12 "siteId": "39f43a" 13 } 14 } 15 } 16 ] 17 }, 18 19 "httpCalls": [ 20 { 21 "expectedRequest": { 22 "uri": "https://bidder.east2.pubwise.io/bid/pubwisedirect", 23 "body": { 24 "id": "test-request-id", 25 "imp": [ 26 { 27 "id": "test-imp-id", 28 "banner": { 29 "format": [{"w": 728, "h": 90}] 30 }, 31 "ext": { 32 "bidder": { 33 "siteId": "39f43a" 34 } 35 } 36 } 37 ] 38 }, 39 "impIDs":["test-imp-id"] 40 }, 41 "mockResponse": { 42 "status": 204 43 } 44 } 45 ], 46 "expectedBidResponses": [] 47 }