github.com/prebid/prebid-server/v2@v2.18.0/adapters/bluesea/blueseatest/exemplary/banner.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 "banner":{ 13 "w":300, 14 "h":250 15 }, 16 "secure":1, 17 "ext":{ 18 "bidder":{ 19 "pubid":"test-pubid", 20 "token":"test-pub-token" 21 } 22 } 23 } 24 ], 25 "device":{ 26 "os":"android", 27 "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", 28 "ip":"101.101.101.101", 29 "h":1280, 30 "w":720, 31 "ifa":"test-ifa" 32 }, 33 "at":1, 34 "tmax":1200, 35 "test":1 36 }, 37 "httpCalls":[ 38 { 39 "expectedRequest":{ 40 "uri":"https://test.prebid.bluesea?pubid=test-pubid&token=test-pub-token", 41 "body":{ 42 "id":"b655d86c-fdf6-4e68-a1e9-abc223f84a65", 43 "app":{ 44 "name":"test-app", 45 "bundle":"com.test.app", 46 "ver":"10400" 47 }, 48 "imp":[ 49 { 50 "id":"1", 51 "banner":{ 52 "w":300, 53 "h":250 54 }, 55 "secure":1, 56 "ext":{ 57 "bidder":{ 58 "pubid":"test-pubid", 59 "token":"test-pub-token" 60 } 61 } 62 } 63 ], 64 "device":{ 65 "os":"android", 66 "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", 67 "ip":"101.101.101.101", 68 "h":1280, 69 "w":720, 70 "ifa":"test-ifa" 71 }, 72 "at":1, 73 "tmax":1200, 74 "test":1 75 }, 76 "impIDs":["1"] 77 }, 78 "mockResponse":{ 79 "status":200, 80 "body":{ 81 "id":"b655d86c-fdf6-4e68-a1e9-abc223f84a65", 82 "seatbid":[ 83 { 84 "bid":[ 85 { 86 "price":0.01, 87 "adm":"test-adm", 88 "impid":"1", 89 "id":"test-bid-id", 90 "h":250, 91 "adomain":[ 92 "adv.com" 93 ], 94 "crid":"test-crid", 95 "w":300, 96 "ext":{ 97 "mediatype":"banner" 98 } 99 } 100 ], 101 "seat":"test-seat" 102 } 103 ], 104 "cur":"USD" 105 } 106 } 107 } 108 ], 109 "expectedBidResponses":[ 110 { 111 "bids":[ 112 { 113 "bid":{ 114 "price":0.01, 115 "adm":"test-adm", 116 "impid":"1", 117 "id":"test-bid-id", 118 "h":250, 119 "adomain":[ 120 "adv.com" 121 ], 122 "crid":"test-crid", 123 "w":300, 124 "ext":{ 125 "mediatype":"banner" 126 } 127 }, 128 "type":"banner" 129 } 130 ] 131 } 132 ] 133 }