github.com/prebid/prebid-server@v0.275.0/adapters/kiviads/kiviadstest/exemplary/endpointId.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "device": { 5 "ip": "123.123.123.123", 6 "ua": "iPad" 7 }, 8 "app": { 9 "id": "1", 10 "bundle": "com.wls.testwlsapplication" 11 }, 12 "imp": [ 13 { 14 "id": "test-imp-id", 15 "tagid": "test", 16 "banner": { 17 "format": [ 18 { 19 "w": 300, 20 "h": 250 21 }, 22 { 23 "w": 300, 24 "h": 600 25 } 26 ] 27 }, 28 "ext": { 29 "bidder": { 30 "endpointId": "test" 31 } 32 } 33 } 34 ] 35 }, 36 "httpCalls": [ 37 { 38 "expectedRequest": { 39 "uri": "http://endpoint1.kiviads.com/pserver", 40 "body": { 41 "id": "test-request-id", 42 "imp": [ 43 { 44 "id": "test-imp-id", 45 "tagid": "test", 46 "banner": { 47 "format": [ 48 { 49 "w": 300, 50 "h": 250 51 }, 52 { 53 "w": 300, 54 "h": 600 55 } 56 ] 57 }, 58 "ext": { 59 "bidder": { 60 "endpointId": "test", 61 "type": "network" 62 } 63 } 64 } 65 ], 66 "app": { 67 "id": "1", 68 "bundle": "com.wls.testwlsapplication" 69 }, 70 "device": { 71 "ip": "123.123.123.123", 72 "ua": "iPad" 73 } 74 } 75 }, 76 "mockResponse": { 77 "status": 200, 78 "body": { 79 "id": "test-request-id", 80 "seatbid": [ 81 { 82 "bid": [ 83 { 84 "id": "test_bid_id", 85 "impid": "test-imp-id", 86 "price": 0.27543, 87 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"http://endpoint1.kiviads.com/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 88 "cid": "test_cid", 89 "crid": "test_crid", 90 "dealid": "test_dealid", 91 "w": 300, 92 "h": 250 93 } 94 ], 95 "seat": "kiviads" 96 } 97 ], 98 "cur": "USD" 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://endpoint1.kiviads.com/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 112 "cid": "test_cid", 113 "crid": "test_crid", 114 "dealid": "test_dealid", 115 "w": 300, 116 "h": 250 117 }, 118 "type": "banner" 119 } 120 ] 121 } 122 ] 123 }