github.com/prebid/prebid-server@v0.275.0/adapters/unicorn/unicorntest/exemplary/banner-app-no-mediaid.json (about) 1 { 2 "mockBidRequest": { 3 "at": 1, 4 "imp": [ 5 { 6 "banner": { 7 "format": [ 8 { 9 "w": 300, 10 "h": 250 11 } 12 ], 13 "api": [5] 14 }, 15 "id": "29D2F33E-F865-40DA-9320-16EF77935254", 16 "secure": 1, 17 "ext": { 18 "prebid": { 19 "storedrequest": { 20 "id": "test_unicorn" 21 } 22 }, 23 "bidder": { 24 "accountId": 12345, 25 "publisherId": "123456", 26 "placementId": "test_placement" 27 } 28 } 29 } 30 ], 31 "cur": ["JPY"], 32 "app": { 33 "publisher": { 34 "id": "test" 35 }, 36 "ext": { 37 "prebid": { 38 "source": "prebid-mobile", 39 "version": "1.9.0" 40 } 41 }, 42 "bundle": "net.ada.test", 43 "ver": "1.9.0" 44 }, 45 "id": "CFD24FB1-916F-467D-8825-34892B315DB7", 46 "source": { 47 "tid": "A4B3EA9F-FF57-4716-AC85-6CBF6A46CFBD" 48 }, 49 "device": { 50 "make": "Apple", 51 "osv": "14.4", 52 "connectiontype": 1, 53 "os": "iOS", 54 "w": 320, 55 "model": "Simulator", 56 "ifa": "00000000-0000-0000-0000-000000000000", 57 "devtime": 1612413327, 58 "h": 568, 59 "pxratio": 2, 60 "ext": { 61 "atts": 0 62 } 63 }, 64 "user": { 65 "gender": "O" 66 }, 67 "ext": { 68 "prebid": { 69 "targeting": {}, 70 "cache": { 71 "bids": {} 72 }, 73 "storedrequest": { 74 "id": "test" 75 } 76 } 77 } 78 }, 79 80 "httpCalls": [ 81 { 82 "expectedRequest": { 83 "uri": "https://ds.uncn.jp", 84 "body": { 85 "app": { 86 "bundle": "net.ada.test", 87 "ext": { 88 "prebid": { 89 "source": "prebid-mobile", 90 "version": "1.9.0" 91 } 92 }, 93 "publisher": { 94 "id": "123456" 95 }, 96 "ver": "1.9.0" 97 }, 98 "at": 1, 99 "cur": ["JPY"], 100 "device": { 101 "connectiontype": 1, 102 "ext": { 103 "atts": 0 104 }, 105 "h": 568, 106 "ifa": "00000000-0000-0000-0000-000000000000", 107 "make": "Apple", 108 "model": "Simulator", 109 "os": "iOS", 110 "osv": "14.4", 111 "pxratio": 2, 112 "w": 320 113 }, 114 "ext": { 115 "prebid": { 116 "storedrequest": { 117 "id": "test" 118 } 119 }, 120 "accountId": 12345 121 }, 122 "id": "CFD24FB1-916F-467D-8825-34892B315DB7", 123 "imp": [ 124 { 125 "banner": { 126 "api": [5], 127 "format": [ 128 { 129 "h": 250, 130 "w": 300 131 } 132 ] 133 }, 134 "ext": { 135 "bidder": { 136 "accountId": 12345, 137 "publisherId": "123456", 138 "placementId": "test_placement" 139 } 140 }, 141 "tagid": "test_placement", 142 "id": "29D2F33E-F865-40DA-9320-16EF77935254", 143 "secure": 1 144 } 145 ], 146 "source": { 147 "ext": { 148 "bidder": "unicorn", 149 "stype": "prebid_server_uncn" 150 }, 151 "tid": "A4B3EA9F-FF57-4716-AC85-6CBF6A46CFBD" 152 }, 153 "user": { 154 "gender": "O" 155 } 156 } 157 }, 158 "mockResponse": { 159 "url": "https://ds.uncn.jp", 160 "status": 200, 161 "headers": { 162 "Content-Type": ["application/json"], 163 "Date": ["Thu, 04 Feb 2021 06:36:31 GMT"], 164 "Vary": ["Accept-Encoding"] 165 }, 166 "body": { 167 "bidid": "f1248280-24ec-4fbc-bdf5-6a866e7dcea4", 168 "cur": "JPY", 169 "ext": {}, 170 "id": "CFD24FB1-916F-467D-8825-34892B315DB7", 171 "seatbid": [ 172 { 173 "bid": [ 174 { 175 "adid": "uoNYbq1L_-123456", 176 "adm": "awesome domain", 177 "adomain": ["example.com"], 178 "attr": [], 179 "bundle": "example.com", 180 "cid": "7314", 181 "crid": "-123456", 182 "ext": {}, 183 "h": 250, 184 "id": "1", 185 "impid": "29D2F33E-F865-40DA-9320-16EF77935254", 186 "iurl": "https://example.com/banner.png", 187 "price": 73.283, 188 "w": 300 189 } 190 ], 191 "group": 0, 192 "seat": "274" 193 } 194 ], 195 "units": 0 196 } 197 } 198 } 199 ], 200 "expectedBidResponses": [ 201 { 202 "Currency": "JPY", 203 "bids": [ 204 { 205 "Bid": { 206 "id": "1", 207 "impid": "29D2F33E-F865-40DA-9320-16EF77935254", 208 "price": 73.283, 209 "adm": "awesome domain", 210 "adid": "uoNYbq1L_-123456", 211 "adomain": ["example.com"], 212 "bundle": "example.com", 213 "iurl": "https://example.com/banner.png", 214 "cid": "7314", 215 "crid": "-123456", 216 "w": 300, 217 "h": 250, 218 "ext": {} 219 }, 220 "type": "banner", 221 "BidType": "banner", 222 "BidVideo": null, 223 "DealPriority": 0 224 } 225 ] 226 } 227 ] 228 }