github.com/prebid/prebid-server/v2@v2.18.0/adapters/playdigo/playdigotest/exemplary/multi-imp.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "device": { 5 "ip": "123.123.123.123", 6 "ua": "iPad" 7 }, 8 "app": { 9 "id": "1", 10 "bundle": "com.wls.testwlsapplication" 11 }, 12 "imp": [ 13 { 14 "id": "test-imp-id", 15 "tagid": "test", 16 "banner": { 17 "format": [ 18 { 19 "w": 300, 20 "h": 250 21 }, 22 { 23 "w": 300, 24 "h": 600 25 } 26 ] 27 }, 28 "ext": { 29 "bidder": { 30 "endpointId": "test" 31 } 32 } 33 }, 34 { 35 "id": "test-imp-id", 36 "tagid": "test", 37 "banner": { 38 "format": [ 39 { 40 "w": 300, 41 "h": 250 42 }, 43 { 44 "w": 300, 45 "h": 600 46 } 47 ] 48 }, 49 "ext": { 50 "bidder": { 51 "endpointId": "test" 52 } 53 } 54 } 55 ] 56 }, 57 "httpCalls": [ 58 { 59 "expectedRequest": { 60 "uri": "https://server.playdigo.com/pserver", 61 "body": { 62 "id": "test-request-id", 63 "imp": [ 64 { 65 "id": "test-imp-id", 66 "tagid": "test", 67 "banner": { 68 "format": [ 69 { 70 "w": 300, 71 "h": 250 72 }, 73 { 74 "w": 300, 75 "h": 600 76 } 77 ] 78 }, 79 "ext": { 80 "bidder": { 81 "endpointId": "test", 82 "type": "network" 83 } 84 } 85 } 86 ], 87 "app": { 88 "id": "1", 89 "bundle": "com.wls.testwlsapplication" 90 }, 91 "device": { 92 "ip": "123.123.123.123", 93 "ua": "iPad" 94 } 95 }, 96 "impIDs":["test-imp-id"] 97 }, 98 "mockResponse": { 99 "status": 200, 100 "body": { 101 "id": "test-request-id", 102 "seatbid": [ 103 { 104 "bid": [ 105 { 106 "id": "test_bid_id", 107 "impid": "test-imp-id", 108 "price": 0.27543, 109 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://server.playdigo.com/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 110 "cid": "test_cid", 111 "crid": "test_crid", 112 "dealid": "test_dealid", 113 "mtype": 1, 114 "w": 300, 115 "h": 250, 116 "ext": { 117 "prebid": { 118 "type": "banner" 119 } 120 } 121 } 122 ], 123 "seat": "playdigo" 124 } 125 ], 126 "cur": "USD" 127 } 128 } 129 }, 130 { 131 "expectedRequest": { 132 "uri": "https://server.playdigo.com/pserver", 133 "body": { 134 "id": "test-request-id", 135 "imp": [ 136 { 137 "id": "test-imp-id", 138 "tagid": "test", 139 "banner": { 140 "format": [ 141 { 142 "w": 300, 143 "h": 250 144 }, 145 { 146 "w": 300, 147 "h": 600 148 } 149 ] 150 }, 151 "ext": { 152 "bidder": { 153 "endpointId": "test", 154 "type": "network" 155 } 156 } 157 } 158 ], 159 "app": { 160 "id": "1", 161 "bundle": "com.wls.testwlsapplication" 162 }, 163 "device": { 164 "ip": "123.123.123.123", 165 "ua": "iPad" 166 } 167 }, 168 "impIDs":["test-imp-id"] 169 }, 170 "mockResponse": { 171 "status": 200, 172 "body": { 173 "id": "test-request-id", 174 "seatbid": [ 175 { 176 "bid": [ 177 { 178 "id": "test_bid_id", 179 "impid": "test-imp-id", 180 "price": 0.27543, 181 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://server.playdigo.com/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 182 "cid": "test_cid", 183 "crid": "test_crid", 184 "dealid": "test_dealid", 185 "mtype": 1, 186 "w": 300, 187 "h": 250, 188 "ext": { 189 "prebid": { 190 "type": "banner" 191 } 192 } 193 } 194 ], 195 "seat": "playdigo" 196 } 197 ], 198 "cur": "USD" 199 } 200 } 201 } 202 ], 203 "expectedBidResponses": [ 204 { 205 "bids": [ 206 { 207 "bid": { 208 "id": "test_bid_id", 209 "impid": "test-imp-id", 210 "price": 0.27543, 211 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://server.playdigo.com/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 212 "cid": "test_cid", 213 "crid": "test_crid", 214 "dealid": "test_dealid", 215 "mtype": 1, 216 "w": 300, 217 "h": 250, 218 "ext": { 219 "prebid": { 220 "type": "banner" 221 } 222 } 223 }, 224 "type": "banner" 225 } 226 ] 227 }, 228 { 229 "bids": [ 230 { 231 "bid": { 232 "id": "test_bid_id", 233 "impid": "test-imp-id", 234 "price": 0.27543, 235 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://server.playdigo.com/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 236 "cid": "test_cid", 237 "crid": "test_crid", 238 "dealid": "test_dealid", 239 "mtype": 1, 240 "w": 300, 241 "h": 250, 242 "ext": { 243 "prebid": { 244 "type": "banner" 245 } 246 } 247 }, 248 "type": "banner" 249 } 250 ] 251 } 252 ] 253 }