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