github.com/prebid/prebid-server/v2@v2.18.0/adapters/playdigo/playdigotest/exemplary/simple-banner.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 "placementId": "test" 31 } 32 } 33 } 34 ] 35 }, 36 "httpCalls": [ 37 { 38 "expectedRequest": { 39 "uri": "https://server.playdigo.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 "placementId": "test", 61 "type": "publisher" 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 "impIDs":["test-imp-id"] 76 }, 77 "mockResponse": { 78 "status": 200, 79 "body": { 80 "id": "test-request-id", 81 "seatbid": [ 82 { 83 "bid": [ 84 { 85 "id": "test_bid_id", 86 "impid": "test-imp-id", 87 "price": 0.27543, 88 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://server.playdigo.com/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 89 "cid": "test_cid", 90 "crid": "test_crid", 91 "dealid": "test_dealid", 92 "mtype": 1, 93 "w": 300, 94 "h": 250, 95 "ext": { 96 "prebid": { 97 "type": "banner" 98 } 99 } 100 } 101 ], 102 "seat": "playdigo" 103 } 104 ], 105 "cur": "USD" 106 } 107 } 108 } 109 ], 110 "expectedBidResponses": [ 111 { 112 "bids": [ 113 { 114 "bid": { 115 "id": "test_bid_id", 116 "impid": "test-imp-id", 117 "price": 0.27543, 118 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://server.playdigo.com/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 119 "cid": "test_cid", 120 "crid": "test_crid", 121 "dealid": "test_dealid", 122 "mtype": 1, 123 "w": 300, 124 "h": 250, 125 "ext": { 126 "prebid": { 127 "type": "banner" 128 } 129 } 130 }, 131 "type": "banner" 132 } 133 ] 134 } 135 ] 136 }