github.com/prebid/prebid-server/v2@v2.18.0/adapters/bluesea/blueseatest/exemplary/nobid.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": 204, 80 "body": {} 81 } 82 } 83 ], 84 "expectedBidResponses":[ 85 ] 86 }