github.com/prebid/prebid-server/v2@v2.18.0/adapters/bluesea/blueseatest/exemplary/video.json (about) 1 { 2 "mockBidRequest":{ 3 "id":"b655d86c-fdf6-4e68-a1e9-abc223f84a65", 4 "app":{ 5 "name":"test-app", 6 "bundle":"com.test.app", 7 "ver":"10400" 8 }, 9 "imp":[ 10 { 11 "id":"1", 12 "video":{ 13 "mimes":[ 14 "video/mp4", 15 "application/javascript", 16 "video/webm" 17 ], 18 "minduration":5, 19 "maxduration":120, 20 "protocols":[ 21 2, 22 3, 23 5, 24 6 25 ], 26 "pos":7, 27 "w":320, 28 "h":480, 29 "linearity":1 30 }, 31 "secure":1, 32 "ext":{ 33 "bidder":{ 34 "pubid":"test-pubid", 35 "token":"test-pub-token" 36 } 37 } 38 } 39 ], 40 "device":{ 41 "os":"android", 42 "ua":"Mozilla/5.0 (Linux; Android 8.0.0; SC-04J Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/113.0.5672.162 Mobile Safari/537.36", 43 "ip":"101.101.101.101", 44 "h":1280, 45 "w":720, 46 "ifa":"test-ifa" 47 }, 48 "at":1, 49 "tmax":1200, 50 "test":1 51 }, 52 "httpCalls":[ 53 { 54 "expectedRequest":{ 55 "uri":"https://test.prebid.bluesea?pubid=test-pubid&token=test-pub-token", 56 "body":{ 57 "id":"b655d86c-fdf6-4e68-a1e9-abc223f84a65", 58 "app":{ 59 "name":"test-app", 60 "bundle":"com.test.app", 61 "ver":"10400" 62 }, 63 "imp":[ 64 { 65 "id":"1", 66 "video":{ 67 "mimes":[ 68 "video/mp4", 69 "application/javascript", 70 "video/webm" 71 ], 72 "minduration":5, 73 "maxduration":120, 74 "protocols":[ 75 2, 76 3, 77 5, 78 6 79 ], 80 "pos":7, 81 "w":320, 82 "h":480, 83 "linearity":1 84 }, 85 "secure":1, 86 "ext":{ 87 "bidder":{ 88 "pubid":"test-pubid", 89 "token":"test-pub-token" 90 } 91 } 92 } 93 ], 94 "device":{ 95 "os":"android", 96 "ua":"Mozilla/5.0 (Linux; Android 8.0.0; SC-04J Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/113.0.5672.162 Mobile Safari/537.36", 97 "ip":"101.101.101.101", 98 "h":1280, 99 "w":720, 100 "ifa":"test-ifa" 101 }, 102 "at":1, 103 "tmax":1200, 104 "test":1 105 }, 106 "impIDs":["1"] 107 }, 108 "mockResponse":{ 109 "status":200, 110 "body":{ 111 "id":"b655d86c-fdf6-4e68-a1e9-abc223f84a65", 112 "seatbid":[ 113 { 114 "bid":[ 115 { 116 "price":0.01, 117 "adm":"test-vast", 118 "impid":"1", 119 "id":"test-bid-id", 120 "h":480, 121 "adomain":[ 122 "adv.com" 123 ], 124 "crid":"test-crid", 125 "w":320, 126 "ext":{ 127 "mediatype":"video" 128 } 129 } 130 ], 131 "seat":"test-seat" 132 } 133 ], 134 "cur":"USD" 135 } 136 } 137 } 138 ], 139 "expectedBidResponses":[ 140 { 141 "bids":[ 142 { 143 "bid":{ 144 "price":0.01, 145 "adm":"test-vast", 146 "impid":"1", 147 "id":"test-bid-id", 148 "h":480, 149 "adomain":[ 150 "adv.com" 151 ], 152 "crid":"test-crid", 153 "w":320, 154 "ext":{ 155 "mediatype":"video" 156 } 157 }, 158 "type":"video" 159 } 160 ] 161 } 162 ] 163 }