github.com/prebid/prebid-server/v2@v2.18.0/adapters/mobfoxpb/mobfoxpbtest/exemplary/simple-web-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": "8" 22 } 23 } 24 } 25 ], 26 "site": { 27 "id": "1", 28 "domain": "test.com" 29 }, 30 "device": { 31 "ip": "123.123.123.123" 32 } 33 }, 34 "httpCalls": [ 35 { 36 "expectedRequest": { 37 "uri": "http://example.com/?c=o&m=ortb&key=__key__", 38 "body": { 39 "id": "test-request-id", 40 "imp": [ 41 { 42 "id": "test-imp-id", 43 "banner": { 44 "format": [ 45 { 46 "w": 300, 47 "h": 250 48 }, 49 { 50 "w": 300, 51 "h": 600 52 } 53 ] 54 }, 55 "ext": { 56 "bidder": { 57 "TagID": "8" 58 } 59 } 60 } 61 ], 62 "site": { 63 "id": "1", 64 "domain": "test.com" 65 }, 66 "device": { 67 "ip": "123.123.123.123" 68 } 69 }, 70 "impIDs":["test-imp-id"] 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-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://bes.mobfox.com/?c=o&m=adm&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>", 84 "cid": "test_cid", 85 "crid": "test_crid", 86 "dealid": "test_dealid", 87 "w": 468, 88 "h": 60, 89 "ext": { 90 "prebid": { 91 "type": "banner" 92 } 93 } 94 } 95 ], 96 "seat": "mobfoxpb" 97 } 98 ], 99 "cur": "USD" 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-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://bes.mobfox.com/?c=o&m=adm&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>", 113 "cid": "test_cid", 114 "crid": "test_crid", 115 "dealid": "test_dealid", 116 "w": 468, 117 "h": 60, 118 "ext": { 119 "prebid": { 120 "type": "banner" 121 } 122 } 123 }, 124 "type": "banner" 125 } 126 ] 127 } 128 ] 129 }