github.com/prebid/prebid-server/v2@v2.18.0/adapters/ownadx/ownadxtest/supplemental/http-status-204.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "w": 300, 9 "h": 250 10 }, 11 "ext": { 12 "bidder": { 13 "tokenId": "126151698247", 14 "sspId": "11", 15 "seatId": "2" 16 } 17 } 18 } 19 ] 20 }, 21 "httpCalls": [ 22 { 23 "expectedRequest": { 24 "uri": "https://pbs.prebid-ownadx.com/bidder/bid/2/11?token=126151698247", 25 "body": { 26 "id": "test-request-id", 27 "imp": [ 28 { 29 "id": "test-imp-id", 30 "banner": { 31 "w": 300, 32 "h": 250 33 }, 34 "ext": { 35 "bidder": { 36 "tokenId": "126151698247", 37 "sspId": "11", 38 "seatId": "2" 39 } 40 } 41 } 42 ] 43 }, 44 "impIDs":["test-imp-id"] 45 }, 46 "mockResponse": { 47 "status": 204 48 } 49 } 50 ], 51 "expectedBidResponses": [] 52 }