github.com/prebid/prebid-server@v0.275.0/adapters/limelightDigital/LimelightDigitaltest/exemplary/banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-banner-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "host": "banner.ortb.net", 18 "publisherId": 123456 19 } 20 } 21 } 22 ] 23 }, 24 "httpCalls": [ 25 { 26 "expectedRequest": { 27 "uri": "http://test.ortb.net/openrtb/123456?host=banner.ortb.net", 28 "body": { 29 "id": "test-request-id-test-banner-id", 30 "imp": [ 31 { 32 "id": "test-banner-id", 33 "banner": { 34 "format": [ 35 { 36 "w": 300, 37 "h": 250 38 } 39 ] 40 } 41 } 42 ] 43 } 44 }, 45 "mockResponse": { 46 "status": 200, 47 "body": { 48 "id": "test-request-id-test-banner-id", 49 "seatbid": [ 50 { 51 "seat": "test-seat", 52 "bid": [ 53 { 54 "id": "5665e2bf-5a8d-a16c-a3d6-584a39392c87", 55 "impid": "test-banner-id", 56 "price": 0.1427, 57 "adm": "test-banner", 58 "adid": "92-287", 59 "adomain": ["advertiserdomain.com"], 60 "crid": "287", 61 "w": 300, 62 "h": 250 63 } 64 ] 65 } 66 ] 67 } 68 } 69 } 70 ], 71 "expectedBidResponses": [ 72 { 73 "bids": [ 74 { 75 "bid": { 76 "id": "5665e2bf-5a8d-a16c-a3d6-584a39392c87", 77 "impid": "test-banner-id", 78 "price": 0.1427, 79 "adm": "test-banner", 80 "adid": "92-287", 81 "adomain": ["advertiserdomain.com"], 82 "crid": "287", 83 "w": 300, 84 "h": 250 85 }, 86 "type": "banner" 87 } 88 ] 89 } 90 ] 91 }