github.com/prebid/prebid-server/v2@v2.18.0/adapters/adtrgtme/adtrgtmetest/supplemental/status-code-no-content.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-req-id", 4 "tmax": 1000, 5 "user": { 6 "buyeruid": "test-user" 7 }, 8 "site": { 9 "id": "123456789", 10 "page": "mock-site.com", 11 "publisher": { 12 "id": "123456789" 13 } 14 }, 15 "imp": [ 16 { 17 "id": "test-imp-id", 18 "tagid": "test-adtarget-tag-id", 19 "video": { 20 "mimes": [ 21 "video/mp4" 22 ], 23 "w": 640, 24 "h": 480, 25 "minduration": 120, 26 "maxduration": 150 27 }, 28 "ext": { 29 "bidder": { 30 "site_id": 123456789 31 } 32 } 33 } 34 ] 35 }, 36 "httpCalls": [ 37 { 38 "expectedRequest": { 39 "uri": "http://localhost/ssp?s=123456789&prebid", 40 "body": { 41 "id": "test-req-id", 42 "imp": [ 43 { 44 "id": "test-imp-id", 45 "tagid": "test-adtarget-tag-id", 46 "video": { 47 "mimes": [ 48 "video/mp4" 49 ], 50 "minduration": 120, 51 "maxduration": 150, 52 "w": 640, 53 "h": 480 54 } 55 } 56 ], 57 "site": { 58 "id": "123456789", 59 "page": "mock-site.com", 60 "publisher": { 61 "id": "123456789" 62 } 63 }, 64 "user": { 65 "buyeruid": "test-user" 66 }, 67 "tmax": 1000 68 }, 69 "impIDs":["test-imp-id"] 70 }, 71 "mockResponse": { 72 "status": 204 73 } 74 } 75 ], 76 "expectedBidResponses": [], 77 "expectedMakeBidsErrors": [] 78 }