github.com/prebid/prebid-server/v2@v2.18.0/adapters/kidoz/kidoztest/exemplary/simple-video.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-impression-id-1", 7 "video": { 8 "w": 900, 9 "h": 250, 10 "mimes": [ 11 "video/mp4" 12 ] 13 }, 14 "ext": { 15 "bidder": { 16 "access_token": "test-token-1", 17 "publisher_id": "test-publisher-1" 18 } 19 } 20 } 21 ] 22 }, 23 "httpCalls": [ 24 { 25 "expectedRequest": { 26 "uri": "http://example.com/prebid", 27 "body": { 28 "id": "test-request-id", 29 "imp": [ 30 { 31 "id": "test-impression-id-1", 32 "video": { 33 "w": 900, 34 "h": 250, 35 "mimes": [ 36 "video/mp4" 37 ] 38 }, 39 "ext": { 40 "bidder": { 41 "access_token": "test-token-1", 42 "publisher_id": "test-publisher-1" 43 } 44 } 45 } 46 ] 47 }, 48 "impIDs":["test-impression-id-1"] 49 }, 50 "mockResponse": { 51 "status": 200, 52 "body": { 53 "id": "test-response-id", 54 "seatbid": [ 55 { 56 "bid": [ 57 { 58 "id": "test-bid-id-1", 59 "impid": "test-impression-id-1", 60 "price": 1 61 } 62 ], 63 "seat": "kidoz" 64 } 65 ] 66 } 67 } 68 } 69 ], 70 "expectedBidResponses": [ 71 { 72 "currency": "EUR", 73 "bids": [ 74 { 75 "bid": { 76 "id": "test-bid-id-1", 77 "impid": "test-impression-id-1", 78 "price": 1 79 }, 80 "type": "video" 81 } 82 ] 83 } 84 ] 85 }