github.com/prebid/prebid-server@v0.275.0/adapters/decenterads/decenteradstest/exemplary/simple-banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 }, 13 { 14 "w": 300, 15 "h": 600 16 } 17 ] 18 }, 19 "ext": { 20 "bidder": { 21 "placementId": "3" 22 } 23 } 24 } 25 ], 26 "app": { 27 "id": "1", 28 "bundle": "com.wls.testwlsapplication" 29 }, 30 "device": { 31 "ip": "123.123.123.123", 32 "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx" 33 } 34 }, 35 36 "httpCalls": [ 37 { 38 "expectedRequest": { 39 "uri": "http://example.com/?c=o&m=ortb", 40 "body": { 41 "id": "test-request-id", 42 "imp": [ 43 { 44 "id": "test-imp-id", 45 "banner": { 46 "format": [ 47 { 48 "w": 300, 49 "h": 250 50 }, 51 { 52 "w": 300, 53 "h": 600 54 } 55 ] 56 }, 57 "ext": { 58 "placementId": "3" 59 } 60 } 61 ], 62 "app": { 63 "id": "1", 64 "bundle": "com.wls.testwlsapplication" 65 }, 66 "device": { 67 "ip": "123.123.123.123", 68 "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx" 69 } 70 } 71 }, 72 "mockResponse": { 73 "status": 200, 74 "body": { 75 "id": "test-request-id", 76 "seatbid": [ 77 { 78 "bid": [ 79 { 80 "id": "test_bid_id", 81 "impid": "test-imp-id", 82 "price": 0.27543, 83 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"http://supply.decenterads.com/?c=o&m=adm&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 84 "cid": "test_cid", 85 "crid": "test_crid", 86 "dealid": "test_dealid", 87 "w": 300, 88 "h": 250, 89 "ext": { 90 "prebid": { 91 "type": "banner" 92 } 93 } 94 } 95 ] 96 } 97 ] 98 } 99 } 100 } 101 ], 102 103 "expectedBidResponses": [ 104 { 105 "bids":[ 106 { 107 "bid": { 108 "id": "test_bid_id", 109 "impid": "test-imp-id", 110 "price": 0.27543, 111 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"http://supply.decenterads.com/?c=o&m=adm&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 112 "cid": "test_cid", 113 "crid": "test_crid", 114 "dealid": "test_dealid", 115 "w": 300, 116 "h": 250, 117 "ext": { 118 "prebid": { 119 "type": "banner" 120 } 121 } 122 }, 123 "type": "banner" 124 } 125 ] 126 } 127 ] 128 }