github.com/prebid/prebid-server@v0.275.0/adapters/videoheroes/videoheroestest/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.contextualadv.com/?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 }, 94 "mockResponse": { 95 "status": 200, 96 "body": { 97 "id": "resp-id", 98 "seatbid": [ 99 { 100 "bid": [ 101 { 102 "id": "123456789", 103 "impid": "impression-id", 104 "price": 2, 105 "adm": "adm code", 106 "adomain": [ 107 "testdomain.com" 108 ], 109 "crid": "100", 110 "w": 1280, 111 "h": 720 112 } 113 ], 114 "type": "video", 115 "seat": "videoheroes" 116 } 117 ], 118 "cur": "USD", 119 "ext": { 120 "responsetimemillis": { 121 "videoheroes": 120 122 }, 123 "tmaxrequest": 1000 124 } 125 } 126 } 127 } 128 ], 129 "expectedBidResponses": [ 130 { 131 "bids": [{ 132 "bid": { 133 "id": "123456789", 134 "impid": "impression-id", 135 "price": 2, 136 "adm": "adm code", 137 "adomain": [ 138 "testdomain.com" 139 ], 140 "crid": "100", 141 "w": 1280, 142 "h": 720 143 }, 144 "type": "video" 145 }] 146 } 147 ] 148 }