github.com/prebid/prebid-server@v0.275.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 }, 77 "mockResponse":{ 78 "status":200, 79 "body":{ 80 "id":"b655d86c-fdf6-4e68-a1e9-abc223f84a65", 81 "seatbid":[ 82 { 83 "bid":[ 84 { 85 "price":0.01, 86 "adm":"test-adm", 87 "impid":"1", 88 "id":"test-bid-id", 89 "h":250, 90 "adomain":[ 91 "adv.com" 92 ], 93 "crid":"test-crid", 94 "w":300, 95 "ext":{ 96 "mediatype":"banner" 97 } 98 } 99 ], 100 "seat":"test-seat" 101 } 102 ], 103 "cur":"USD" 104 } 105 } 106 } 107 ], 108 "expectedBidResponses":[ 109 { 110 "bids":[ 111 { 112 "bid":{ 113 "price":0.01, 114 "adm":"test-adm", 115 "impid":"1", 116 "id":"test-bid-id", 117 "h":250, 118 "adomain":[ 119 "adv.com" 120 ], 121 "crid":"test-crid", 122 "w":300, 123 "ext":{ 124 "mediatype":"banner" 125 } 126 }, 127 "type":"banner" 128 } 129 ] 130 } 131 ] 132 }