github.com/prebid/prebid-server@v0.275.0/adapters/telaria/telariatest/exemplary/video-web.json (about) 1 { 2 "mockBidRequest": { 3 "id": "some-request-id", 4 "device": { 5 "ua": "test-user-agent", 6 "ip": "123.123.123.123", 7 "language": "en", 8 "dnt": 0 9 }, 10 "tmax": 1000, 11 "user": { 12 "buyeruid": "awesome-user" 13 }, 14 "site": { 15 "page": "test.com", 16 "publisher": { 17 "id": "123456789" 18 } 19 }, 20 "imp": [ 21 { 22 "id": "some-impression-id", 23 "tagid": "ogTAGID", 24 "video": { 25 "mimes": [ 26 "video/mp4" 27 ], 28 "w": 640, 29 "h": 480, 30 "minduration": 120, 31 "maxduration": 150 32 }, 33 "ext": { 34 "bidder": { 35 "adCode": "my-adcode", 36 "seatCode": "my-seatcode", 37 "extra": { 38 "custom": "1234" 39 } 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 "X-Openrtb-Version": [ 56 "2.5" 57 ], 58 "User-Agent": [ 59 "test-user-agent" 60 ], 61 "X-Forwarded-For": [ 62 "123.123.123.123" 63 ], 64 "Accept-Language": [ 65 "en" 66 ], 67 "Dnt": [ 68 "0" 69 ] 70 }, 71 "uri": "https://ads.tremorhub.com/ad/rtb/prebid", 72 "body": { 73 "id": "some-request-id", 74 "device": { 75 "ua": "test-user-agent", 76 "ip": "123.123.123.123", 77 "language": "en", 78 "dnt": 0 79 }, 80 "imp": [ 81 { 82 "id": "some-impression-id", 83 "tagid": "my-adcode", 84 "video": { 85 "mimes": [ 86 "video/mp4" 87 ], 88 "minduration": 120, 89 "maxduration": 150, 90 "w": 640, 91 "h": 480 92 }, 93 "ext": { 94 "originalTagid": "ogTAGID", 95 "originalPublisherid": "123456789" 96 } 97 } 98 ], 99 "site": { 100 "page": "test.com", 101 "publisher": { 102 "id": "my-seatcode" 103 } 104 }, 105 "user": { 106 "buyeruid": "awesome-user" 107 }, 108 "tmax": 1000, 109 "ext": { 110 "extra": { 111 "custom": "1234" 112 } 113 } 114 } 115 }, 116 "mockResponse": { 117 "status": 200, 118 "body": { 119 "id": "awesome-resp-id", 120 "seatbid": [ 121 { 122 "bid": [ 123 { 124 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 125 "impid": "some-impression-id", 126 "price": 3.5, 127 "adm": "awesome-markup", 128 "adomain": [ 129 "awesome.com" 130 ], 131 "crid": "20", 132 "w": 1280, 133 "h": 720, 134 "ext": { 135 "prebid": { 136 "type": "video" 137 } 138 } 139 } 140 ], 141 "seat": "telaria" 142 } 143 ], 144 "cur": "USD", 145 "ext": { 146 "responsetimemillis": { 147 "telaria": 154 148 }, 149 "tmaxrequest": 1000 150 } 151 } 152 } 153 } 154 ], 155 "expectedBidResponses": [ 156 { 157 "bids": [{ 158 "bid": { 159 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 160 "impid": "some-impression-id", 161 "price": 3.5, 162 "adm": "awesome-markup", 163 "adomain": [ 164 "awesome.com" 165 ], 166 "crid": "20", 167 "w": 1280, 168 "h": 720, 169 "ext": { 170 "prebid": { 171 "type": "video" 172 } 173 } 174 }, 175 "type": "video" 176 }] 177 } 178 ] 179 }