github.com/prebid/prebid-server@v0.275.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 }, 107 "mockResponse":{ 108 "status":200, 109 "body":{ 110 "id":"b655d86c-fdf6-4e68-a1e9-abc223f84a65", 111 "seatbid":[ 112 { 113 "bid":[ 114 { 115 "price":0.01, 116 "adm":"test-vast", 117 "impid":"1", 118 "id":"test-bid-id", 119 "h":480, 120 "adomain":[ 121 "adv.com" 122 ], 123 "crid":"test-crid", 124 "w":320, 125 "ext":{ 126 "mediatype":"video" 127 } 128 } 129 ], 130 "seat":"test-seat" 131 } 132 ], 133 "cur":"USD" 134 } 135 } 136 } 137 ], 138 "expectedBidResponses":[ 139 { 140 "bids":[ 141 { 142 "bid":{ 143 "price":0.01, 144 "adm":"test-vast", 145 "impid":"1", 146 "id":"test-bid-id", 147 "h":480, 148 "adomain":[ 149 "adv.com" 150 ], 151 "crid":"test-crid", 152 "w":320, 153 "ext":{ 154 "mediatype":"video" 155 } 156 }, 157 "type":"video" 158 } 159 ] 160 } 161 ] 162 }