github.com/prebid/prebid-server/v2@v2.18.0/adapters/mobfoxpb/mobfoxpbtest/exemplary/simple-banner-rtb-route.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 "TagID": "6" 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 "httpCalls": [ 36 { 37 "expectedRequest": { 38 "uri": "http://example.com/?c=o&m=ortb&key=__key__", 39 "body": { 40 "id": "test-request-id", 41 "imp": [ 42 { 43 "id": "test-imp-id", 44 "banner": { 45 "format": [ 46 { 47 "w": 300, 48 "h": 250 49 }, 50 { 51 "w": 300, 52 "h": 600 53 } 54 ] 55 }, 56 "ext": { 57 "bidder": { 58 "TagID": "6" 59 } 60 } 61 } 62 ], 63 "app": { 64 "id": "1", 65 "bundle": "com.wls.testwlsapplication" 66 }, 67 "device": { 68 "ip": "123.123.123.123", 69 "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx" 70 } 71 }, 72 "impIDs":["test-imp-id"] 73 }, 74 "mockResponse": { 75 "status": 200, 76 "body": { 77 "id": "test-request-id", 78 "seatbid": [ 79 { 80 "bid": [ 81 { 82 "id": "test_bid_id", 83 "impid": "test-imp-id", 84 "price": 0.27543, 85 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://bes.mobfox.com/?c=o&m=adm&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 86 "cid": "test_cid", 87 "crid": "test_crid", 88 "dealid": "test_dealid", 89 "w": 300, 90 "h": 250, 91 "ext": { 92 "prebid": { 93 "type": "banner" 94 } 95 } 96 } 97 ] 98 } 99 ] 100 } 101 } 102 } 103 ], 104 "expectedBidResponses": [ 105 { 106 "bids": [ 107 { 108 "bid": { 109 "id": "test_bid_id", 110 "impid": "test-imp-id", 111 "price": 0.27543, 112 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://bes.mobfox.com/?c=o&m=adm&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 113 "cid": "test_cid", 114 "crid": "test_crid", 115 "dealid": "test_dealid", 116 "w": 300, 117 "h": 250, 118 "ext": { 119 "prebid": { 120 "type": "banner" 121 } 122 } 123 }, 124 "type": "banner" 125 } 126 ] 127 } 128 ] 129 }