github.com/prebid/prebid-server@v0.275.0/adapters/tpmn/tpmntest/exemplary/simple-site-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 "inventoryId": 10000001 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": "https://gat.tpmn.io/ortb/pbs_bidder", 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 "bidfloorcur": "USD", 56 "ext": { 57 "bidder": { 58 "inventoryId": 10000001 59 } 60 } 61 } 62 ], 63 "site": { 64 "id": "1", 65 "domain": "test.com" 66 }, 67 "device": { 68 "ip": "123.123.123.123" 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-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://gat.tpmn.io/ortb/pbs_bidder&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>", 84 "cid": "test_cid", 85 "crid": "test_crid", 86 "dealid": "test_dealid", 87 "w": 468, 88 "h": 60, 89 "mtype": 1, 90 "ext": { 91 "prebid": { 92 "type": "banner" 93 } 94 } 95 } 96 ], 97 "seat": "tpmn" 98 } 99 ], 100 "cur": "USD" 101 } 102 } 103 } 104 ], 105 "expectedBidResponses": [ 106 { 107 "bids": [ 108 { 109 "bid": { 110 "id": "test_bid_id", 111 "impid": "test-imp-id", 112 "price": 0.27543, 113 "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://gat.tpmn.io/ortb/pbs_bidder&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>", 114 "cid": "test_cid", 115 "crid": "test_crid", 116 "dealid": "test_dealid", 117 "w": 468, 118 "h": 60, 119 "mtype": 1, 120 "ext": { 121 "prebid": { 122 "type": "banner" 123 } 124 } 125 }, 126 "type": "banner" 127 } 128 ] 129 } 130 ] 131 } 132