github.com/prebid/prebid-server/v2@v2.18.0/adapters/decenterads/decenteradstest/supplemental/status-204.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 }, 13 { 14 "w": 300, 15 "h": 600 16 } 17 ] 18 }, 19 "ext": { 20 "bidder": { 21 "placementId": "1" 22 } 23 } 24 } 25 ], 26 "app": { 27 "id": "1", 28 "bundle": "com.wls.testwlsapplication" 29 }, 30 "device": { 31 "ip": "123.123.123.123", 32 "ifa": "sdjfksdf-dfsds-dsdg-dsgg" 33 } 34 }, 35 "httpCalls": [ 36 { 37 "expectedRequest": { 38 "uri": "http://example.com/?c=o&m=ortb", 39 "body": { 40 "id": "test-request-id", 41 "imp": [ 42 { 43 "id": "test-imp-id", 44 "banner": { 45 "format": [ 46 { 47 "w": 300, 48 "h": 250 49 }, 50 { 51 "w": 300, 52 "h": 600 53 } 54 ] 55 }, 56 "ext": { 57 "placementId": "1" 58 } 59 } 60 ], 61 "app": { 62 "id": "1", 63 "bundle": "com.wls.testwlsapplication" 64 }, 65 "device": { 66 "ip": "123.123.123.123", 67 "ifa": "sdjfksdf-dfsds-dsdg-dsgg" 68 } 69 }, 70 "impIDs":["test-imp-id"] 71 }, 72 "expectedBidResponses": [], 73 "mockResponse": { 74 "status": 204, 75 "body": {} 76 } 77 } 78 ] 79 }