github.com/prebid/prebid-server/v2@v2.18.0/adapters/videobyte/videobytetest/exemplary/multi-format.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "bcat": [ 5 "IAB25", 6 "IAB7-39", 7 "IAB8-18" 8 ], 9 "user": { 10 "buyeruid": "user-101", 11 "yob": 1973 12 }, 13 "device": { 14 "ua": "my-user-agent", 15 "ip": "1.2.3.4" 16 }, 17 "imp": [ 18 { 19 "id": "test-imp-id", 20 "banner": { 21 "w": 300, 22 "h": 250 23 }, 24 "video": { 25 "w": 300, 26 "h": 250, 27 "mimes": [ 28 "video/x-flv", 29 "video/mp4" 30 ] 31 }, 32 "ext": { 33 "bidder": { 34 "pubId": "examplePublisherId", 35 "placementId": "examplePlacementId", 36 "nid": "exampleNetworkId" 37 } 38 } 39 } 40 ], 41 "site": { 42 "domain": "example.com", 43 "page": "http://example.com/page-1", 44 "ref": "http://referer.com/page-2" 45 } 46 }, 47 "httpCalls": [ 48 { 49 "expectedRequest": { 50 "method": "GET", 51 "headers": { 52 "Referer": [ 53 "http://referer.com/page-2" 54 ], 55 "Origin": [ 56 "example.com" 57 ], 58 "Accept": [ 59 "application/json" 60 ], 61 "Content-Type": [ 62 "application/json;charset=utf-8" 63 ] 64 }, 65 "uri": "https://mock.videobyte.com?nid=exampleNetworkId&pid=examplePublisherId&placementId=examplePlacementId&source=pbs", 66 "body": { 67 "id": "test-request-id", 68 "bcat": [ 69 "IAB25", 70 "IAB7-39", 71 "IAB8-18" 72 ], 73 "user": { 74 "buyeruid": "user-101", 75 "yob": 1973 76 }, 77 "device": { 78 "ua": "my-user-agent", 79 "ip": "1.2.3.4" 80 }, 81 "imp": [ 82 { 83 "id": "test-imp-id", 84 "banner": { 85 "w": 300, 86 "h": 250 87 }, 88 "video": { 89 "w": 300, 90 "h": 250, 91 "mimes": [ 92 "video/x-flv", 93 "video/mp4" 94 ] 95 }, 96 "ext": { 97 "bidder": { 98 "pubId": "examplePublisherId", 99 "placementId": "examplePlacementId", 100 "nid": "exampleNetworkId" 101 } 102 } 103 } 104 ], 105 "site": { 106 "domain": "example.com", 107 "page": "http://example.com/page-1", 108 "ref": "http://referer.com/page-2" 109 } 110 }, 111 "impIDs":["test-imp-id"] 112 }, 113 "mockResponse": { 114 "status": 200, 115 "body": { 116 "cur": "USD", 117 "seatbid": [ 118 { 119 "bid": [ 120 { 121 "id": "fe69dd6d-e85c-4186-80a7-605b530bc23b", 122 "crid": "72745", 123 "adomain": [ 124 "ad-domain.com" 125 ], 126 "price": 3, 127 "impid": "test-imp-id", 128 "adid": "564", 129 "adm": "<iframe bordercolor=\"#000000\" frameborder=\"0\" height=\"250\" hspace=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" srcdoc=\"contents\" vspace=\"0\" width=\"300\"></iframe>" 130 } 131 ], 132 "seat": "videobyte" 133 } 134 ], 135 "bidid": "test-request-id", 136 "id": "test-request-id" 137 } 138 } 139 } 140 ], 141 "expectedBidResponses": [ 142 { 143 "currency": "USD", 144 "bids": [ 145 { 146 "bid": { 147 "id": "fe69dd6d-e85c-4186-80a7-605b530bc23b", 148 "crid": "72745", 149 "adomain": [ 150 "ad-domain.com" 151 ], 152 "price": 3, 153 "impid": "test-imp-id", 154 "adid": "564", 155 "adm": "<iframe bordercolor=\"#000000\" frameborder=\"0\" height=\"250\" hspace=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" srcdoc=\"contents\" vspace=\"0\" width=\"300\"></iframe>" 156 }, 157 "type": "banner" 158 } 159 ] 160 } 161 ] 162 }