github.com/prebid/prebid-server/v2@v2.18.0/adapters/brave/bravetest/exemplary/video-web.json (about) 1 { 2 "mockBidRequest": { 3 "id": "request-id", 4 "site": { 5 "page": "test.com/page", 6 "domain": "test.com", 7 "cat": [ 8 "IAB9-1" 9 ], 10 "publisher": { 11 "id": "123456789" 12 } 13 }, 14 "device": { 15 "ua": "useragent", 16 "ip": "100.100.100.100", 17 "language": "en" 18 }, 19 "tmax": 1000, 20 "user": { 21 "id": "some-user" 22 }, 23 "imp": [ 24 { 25 "id": "impression-id", 26 "tagid": "tid", 27 "video": { 28 "mimes": [ 29 "video/mp4" 30 ], 31 "w": 640, 32 "h": 480, 33 "minduration": 30, 34 "maxduration": 150 35 }, 36 "ext": { 37 "bidder": { 38 "placementId": "f897beb0daba0253d8e59a098eef9311" 39 } 40 } 41 } 42 ] 43 }, 44 "httpCalls": [ 45 { 46 "expectedRequest": { 47 "headers": { 48 "Content-Type": [ 49 "application/json;charset=utf-8" 50 ], 51 "Accept": [ 52 "application/json" 53 ] 54 }, 55 "uri": "http://point.braveglobal.tv/?t=3&partner=f897beb0daba0253d8e59a098eef9311", 56 "body": { 57 "id": "request-id", 58 "device": { 59 "ua": "useragent", 60 "ip": "100.100.100.100", 61 "language": "en" 62 }, 63 "imp": [ 64 { 65 "id": "impression-id", 66 "video": { 67 "mimes": [ 68 "video/mp4" 69 ], 70 "minduration": 30, 71 "maxduration": 150, 72 "w": 640, 73 "h": 480 74 }, 75 "tagid": "tid" 76 } 77 ], 78 "site": { 79 "page": "test.com/page", 80 "domain": "test.com", 81 "cat": [ 82 "IAB9-1" 83 ], 84 "publisher": { 85 "id": "123456789" 86 } 87 }, 88 "user": { 89 "id": "some-user" 90 }, 91 "tmax": 1000 92 }, 93 "impIDs":["impression-id"] 94 }, 95 "mockResponse": { 96 "status": 200, 97 "body": { 98 "id": "resp-id", 99 "seatbid": [ 100 { 101 "bid": [ 102 { 103 "id": "123456789", 104 "impid": "impression-id", 105 "price": 2, 106 "adm": "adm code", 107 "adomain": [ 108 "testdomain.com" 109 ], 110 "crid": "100", 111 "w": 1280, 112 "h": 720 113 } 114 ], 115 "type": "video", 116 "seat": "brave" 117 } 118 ], 119 "cur": "USD", 120 "ext": { 121 "responsetimemillis": { 122 "brave": 120 123 }, 124 "tmaxrequest": 1000 125 } 126 } 127 } 128 } 129 ], 130 "expectedBidResponses": [ 131 { 132 "bids": [{ 133 "bid": { 134 "id": "123456789", 135 "impid": "impression-id", 136 "price": 2, 137 "adm": "adm code", 138 "adomain": [ 139 "testdomain.com" 140 ], 141 "crid": "100", 142 "w": 1280, 143 "h": 720 144 }, 145 "type": "video" 146 }] 147 } 148 ] 149 }