github.com/prebid/prebid-server@v0.275.0/adapters/outbrain/outbraintest/exemplary/video.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "video": { 8 "w": 640, 9 "h": 480, 10 "protocols": [1,2,3,4,5,6,7,8], 11 "playbackmethod": [1], 12 "mimes": ["video/mp4"], 13 "skip": 1, 14 "api": [2], 15 "maxbitrate": 3000 16 }, 17 "ext": { 18 "bidder": { 19 "publisher": { 20 "id": "publisher-id" 21 } 22 } 23 } 24 } 25 ], 26 "site": { 27 "page": "http://example.com" 28 }, 29 "device": { 30 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36", 31 "h": 500, 32 "w": 1000 33 } 34 }, 35 "httpCalls": [ 36 { 37 "expectedRequest": { 38 "uri": "http://example.com/bid", 39 "body": { 40 "id": "test-request-id", 41 "imp": [ 42 { 43 "id": "test-imp-id", 44 "video": { 45 "w": 640, 46 "h": 480, 47 "protocols": [1,2,3,4,5,6,7,8], 48 "playbackmethod": [1], 49 "mimes": ["video/mp4"], 50 "skip": 1, 51 "api": [2], 52 "maxbitrate": 3000 53 }, 54 "ext": { 55 "bidder": { 56 "publisher": { 57 "id": "publisher-id" 58 } 59 } 60 } 61 } 62 ], 63 "site": { 64 "page": "http://example.com", 65 "publisher": { 66 "id": "publisher-id" 67 } 68 }, 69 "device": { 70 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36", 71 "h": 500, 72 "w": 1000 73 } 74 } 75 }, 76 "mockResponse": { 77 "status": 200, 78 "body": { 79 "id": "5095a742-1c27-402b-ab6f-66b1bd53383b", 80 "seatbid": [ 81 { 82 "bid": [ 83 { 84 "id": "test-request-id", 85 "impid": "test-imp-id", 86 "price": 2.549447, 87 "adm": "<vast ad>", 88 "adomain": [ 89 "example.com" 90 ], 91 "cid": "test-cid", 92 "crid": "test-crid", 93 "cat": [ 94 "IAB13-4" 95 ] 96 } 97 ], 98 "seat": "acc-1876" 99 } 100 ], 101 "bidid": "43ccadf2-8b2e-11eb-b294-de4c49e99ff6", 102 "cur": "USD" 103 } 104 } 105 } 106 ], 107 "expectedBidResponses": [ 108 { 109 "currency": "USD", 110 "bids": [ 111 { 112 "bid": { 113 "id": "test-request-id", 114 "impid": "test-imp-id", 115 "price": 2.549447, 116 "adm": "<vast ad>", 117 "adomain": [ 118 "example.com" 119 ], 120 "cid": "test-cid", 121 "crid": "test-crid", 122 "cat": [ 123 "IAB13-4" 124 ] 125 }, 126 "type": "video" 127 } 128 ] 129 } 130 ] 131 }