github.com/prebid/prebid-server/v2@v2.18.0/adapters/adot/adottest/supplemental/status_204.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-banner-id", 4 "imp": [ 5 { 6 "id": "test-imp-banner-id", 7 "banner": {}, 8 "ext": { 9 "adot": {} 10 } 11 } 12 ] 13 }, 14 "httpCalls": [ 15 { 16 "expectedRequest": { 17 "uri": "https://dsp.adotmob.com/headerbidding/bidrequest", 18 "body": { 19 "id": "test-request-banner-id", 20 "imp": [ 21 { 22 "id": "test-imp-banner-id", 23 "banner": {}, 24 "ext": { 25 "adot": {} 26 } 27 } 28 ] 29 }, 30 "impIDs":["test-imp-banner-id"] 31 }, 32 "mockResponse": { 33 "status": 204, 34 "body": {} 35 } 36 } 37 ], 38 "expectedBidResponses": [] 39 } 40