github.com/prebid/prebid-server@v0.275.0/adapters/adprime/adprimetest/exemplary/simple-web-banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "tagid": "test", 8 "banner": { 9 "format": [ 10 { 11 "w": 300, 12 "h": 250 13 }, 14 { 15 "w": 300, 16 "h": 600 17 } 18 ] 19 }, 20 "ext": { 21 "bidder": { 22 "TagID": "test", 23 "placementId": "test" 24 } 25 } 26 } 27 ], 28 "site": { 29 "id": "1", 30 "domain": "test.com" 31 }, 32 "device": { 33 "ip": "123.123.123.123", 34 "ua": "Ubuntu" 35 } 36 }, 37 "httpCalls": [ 38 { 39 "expectedRequest": { 40 "uri": "http://delta.adprime.com/pserver", 41 "body": { 42 "id": "test-request-id", 43 "imp": [ 44 { 45 "id": "test-imp-id", 46 "tagid": "test", 47 "banner": { 48 "format": [ 49 { 50 "w": 300, 51 "h": 250 52 }, 53 { 54 "w": 300, 55 "h": 600 56 } 57 ] 58 }, 59 "ext": { 60 "bidder": { 61 "placementId": "test", 62 "TagID": "test" 63 } 64 } 65 } 66 ], 67 "site": { 68 "id": "1", 69 "domain": "test.com" 70 }, 71 "device": { 72 "ip": "123.123.123.123", 73 "ua": "Ubuntu" 74 } 75 } 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-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://delta.adprime.com/?c=o&m=adm&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>", 89 "cid": "test_cid", 90 "crid": "test_crid", 91 "dealid": "test_dealid", 92 "w": 468, 93 "h": 60, 94 "ext": { 95 "prebid": { 96 "type": "banner" 97 } 98 } 99 } 100 ], 101 "seat": "adprime" 102 } 103 ], 104 "cur": "USD" 105 } 106 } 107 } 108 ], 109 "expectedBidResponses": [ 110 { 111 "bids": [ 112 { 113 "bid": { 114 "id": "test_bid_id", 115 "impid": "test-imp-id", 116 "price": 0.27543, 117 "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://delta.adprime.com/?c=o&m=adm&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>", 118 "cid": "test_cid", 119 "crid": "test_crid", 120 "dealid": "test_dealid", 121 "w": 468, 122 "h": 60, 123 "ext": { 124 "prebid": { 125 "type": "banner" 126 } 127 } 128 }, 129 "type": "banner" 130 } 131 ] 132 } 133 ] 134 }