github.com/prebid/prebid-server/v2@v2.18.0/adapters/bidmachine/bidmachinetest/exemplary/rewarded_video_no_battr.json (about) 1 { 2 "mockBidRequest": 3 { 4 "id": "test-request-id", 5 "imp": [ 6 { 7 "id": "test-imp-id", 8 "video": 9 { 10 "battr": [1], 11 "mimes": [ 12 "video/mp4", 13 "video/3gpp" 14 ], 15 "protocols": [ 16 1, 17 2, 18 3 19 ], 20 "w": 320, 21 "h": 480 22 }, 23 "ext": 24 { 25 "prebid": 26 { 27 "is_rewarded_inventory": 1 28 }, 29 "bidder": 30 { 31 "host": "api-us", 32 "path": "auction/rtb/v2", 33 "seller_id": "1" 34 } 35 } 36 }] 37 }, 38 "httpCalls": [ 39 { 40 "expectedRequest": 41 { 42 "uri": "https://api-us.bidmachine.io/auction/rtb/v2/1", 43 "headers": 44 { 45 "Content-Type": [ 46 "application/json" 47 ], 48 "Accept": [ 49 "application/json" 50 ], 51 "X-Openrtb-Version": [ 52 "2.5" 53 ] 54 }, 55 "body": 56 { 57 "id": "test-request-id", 58 "imp": [ 59 { 60 "id": "test-imp-id", 61 "video": 62 { 63 "battr": [1, 16], 64 "mimes": [ 65 "video/mp4", 66 "video/3gpp" 67 ], 68 "protocols": [ 69 1, 70 2, 71 3 72 ], 73 "w": 320, 74 "h": 480 75 }, 76 "ext": 77 { 78 "prebid": 79 { 80 "is_rewarded_inventory": 1 81 }, 82 "bidder": 83 { 84 "host": "api-us", 85 "path": "auction/rtb/v2", 86 "seller_id": "1" 87 } 88 } 89 }] 90 }, 91 "impIDs":["test-imp-id"] 92 }, 93 "mockResponse": 94 { 95 "status": 200, 96 "body": 97 { 98 "id": "test-request-id", 99 "seatbid": [ 100 { 101 "bid": [ 102 { 103 "id": "test-bid-id", 104 "impid": "test-imp-id", 105 "price": 100, 106 "adm": "test-adm", 107 "cid": "test-cid", 108 "crid": "test-crid" 109 }], 110 "seat": "bidmachine" 111 }], 112 "cur": "USD" 113 } 114 } 115 }], 116 "expectedBidResponses": [ 117 { 118 "currency": "USD", 119 "bids": [ 120 { 121 "bid": 122 { 123 "id": "test-bid-id", 124 "impid": "test-imp-id", 125 "price": 100, 126 "adm": "test-adm", 127 "cid": "test-cid", 128 "crid": "test-crid" 129 }, 130 "type": "video" 131 }] 132 }] 133 }