github.com/prebid/prebid-server/v2@v2.18.0/adapters/videobyte/videobytetest/exemplary/empty-site-domain-ref.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 "video": { 21 "w": 900, 22 "h": 250, 23 "mimes": [ 24 "video/x-flv", 25 "video/mp4" 26 ] 27 }, 28 "ext": { 29 "bidder": { 30 "pubId": "examplePublisherId", 31 "placementId": "examplePlacementId", 32 "nid": "exampleNetworkId" 33 } 34 } 35 } 36 ], 37 "site": { 38 "page": "http://example.com/page-1" 39 } 40 }, 41 "httpCalls": [ 42 { 43 "expectedRequest": { 44 "method": "GET", 45 "headers": { 46 "Accept": [ 47 "application/json" 48 ], 49 "Content-Type": [ 50 "application/json;charset=utf-8" 51 ] 52 }, 53 "uri": "https://mock.videobyte.com?nid=exampleNetworkId&pid=examplePublisherId&placementId=examplePlacementId&source=pbs", 54 "body": { 55 "id": "test-request-id", 56 "bcat": [ 57 "IAB25", 58 "IAB7-39", 59 "IAB8-18" 60 ], 61 "user": { 62 "buyeruid": "user-101", 63 "yob": 1973 64 }, 65 "device": { 66 "ua": "my-user-agent", 67 "ip": "1.2.3.4" 68 }, 69 "imp": [ 70 { 71 "id": "test-imp-id", 72 "video": { 73 "w": 900, 74 "h": 250, 75 "mimes": [ 76 "video/x-flv", 77 "video/mp4" 78 ] 79 }, 80 "ext": { 81 "bidder": { 82 "pubId": "examplePublisherId", 83 "placementId": "examplePlacementId", 84 "nid": "exampleNetworkId" 85 } 86 } 87 } 88 ], 89 "site": { 90 "page": "http://example.com/page-1" 91 } 92 }, 93 "impIDs":["test-imp-id"] 94 }, 95 "mockResponse": { 96 "status": 200, 97 "body": { 98 "cur": "USD", 99 "seatbid": [ 100 { 101 "bid": [ 102 { 103 "id": "fe69dd6d-e85c-4186-80a7-605b530bc23b", 104 "crid": "72745", 105 "adomain": [ 106 "ad-domain.com" 107 ], 108 "price": 3, 109 "impid": "test-imp-id", 110 "adid": "564", 111 "adm": "<?xml version=\"1.0\"?><VAST version=\"2.0\"></VAST>" 112 } 113 ], 114 "seat": "videobyte" 115 } 116 ], 117 "bidid": "test-request-id", 118 "id": "test-request-id" 119 } 120 } 121 } 122 ], 123 "expectedBidResponses": [ 124 { 125 "currency": "USD", 126 "bids": [ 127 { 128 "bid": { 129 "id": "fe69dd6d-e85c-4186-80a7-605b530bc23b", 130 "crid": "72745", 131 "adomain": [ 132 "ad-domain.com" 133 ], 134 "price": 3, 135 "impid": "test-imp-id", 136 "adid": "564", 137 "adm": "<?xml version=\"1.0\"?><VAST version=\"2.0\"></VAST>" 138 }, 139 "type": "video" 140 } 141 ] 142 } 143 ] 144 }