github.com/prebid/prebid-server/v2@v2.18.0/adapters/outbrain/outbraintest/supplemental/general_params.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 } 13 ] 14 }, 15 "tagid": "tag-id", 16 "ext": { 17 "bidder": { 18 "publisher": { 19 "id": "publisher-id" 20 } 21 } 22 } 23 } 24 ], 25 "bcat": ["bad-category"], 26 "badv": ["bad-advertiser"], 27 "site": { 28 "page": "http://example.com" 29 }, 30 "device": { 31 "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", 32 "h": 500, 33 "w": 1000 34 } 35 }, 36 "httpCalls": [ 37 { 38 "expectedRequest": { 39 "uri": "http://example.com/bid", 40 "body": { 41 "id": "test-request-id", 42 "imp": [ 43 { 44 "id": "test-imp-id", 45 "banner": { 46 "format": [ 47 { 48 "w": 300, 49 "h": 250 50 } 51 ] 52 }, 53 "tagid": "tag-id", 54 "ext": { 55 "bidder": { 56 "publisher": { 57 "id": "publisher-id" 58 } 59 } 60 } 61 } 62 ], 63 "bcat": ["bad-category"], 64 "badv": ["bad-advertiser"], 65 "site": { 66 "page": "http://example.com", 67 "publisher": { 68 "id": "publisher-id" 69 } 70 }, 71 "device": { 72 "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", 73 "h": 500, 74 "w": 1000 75 } 76 }, 77 "impIDs":["test-imp-id"] 78 }, 79 "mockResponse": { 80 "status": 200, 81 "body": { 82 "id": "5095a742-1c27-402b-ab6f-66b1bd53383b", 83 "seatbid": [ 84 { 85 "bid": [ 86 { 87 "id": "test-request-id", 88 "impid": "test-imp-id", 89 "price": 1000, 90 "nurl": "http://example.com/win/1000", 91 "adm": "<div>ad</div>", 92 "adomain": [ 93 "example.com" 94 ], 95 "cid": "test-cid", 96 "crid": "test-crid", 97 "cat": [ 98 "IAB13-4" 99 ], 100 "w": 300, 101 "h": 250 102 } 103 ], 104 "seat": "acc-1876" 105 } 106 ], 107 "bidid": "43ccadf2-8b2e-11eb-b294-de4c49e99ff6", 108 "cur": "USD" 109 } 110 } 111 } 112 ], 113 "expectedBidResponses": [ 114 { 115 "currency": "USD", 116 "bids": [ 117 { 118 "bid": { 119 "id": "test-request-id", 120 "impid": "test-imp-id", 121 "price": 1000, 122 "nurl": "http://example.com/win/1000", 123 "adm": "<div>ad</div>", 124 "adomain": [ 125 "example.com" 126 ], 127 "cid": "test-cid", 128 "crid": "test-crid", 129 "cat": [ 130 "IAB13-4" 131 ], 132 "w": 300, 133 "h": 250 134 }, 135 "type": "banner" 136 } 137 ] 138 } 139 ] 140 }