github.com/prebid/prebid-server/v2@v2.18.0/adapters/vox/voxtest/exemplary/banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "cf4b0abb-7ccc-4057-9914-c85f467260c6", 4 "site": { 5 "page": "http://some.site/url/page?id=338" 6 }, 7 "cur": [ "USD" ], 8 "imp": [{ 9 "id": "8a7510f9-0ca1-44c4-a8c6-1ce639b5eef9", 10 "banner": { "w": 100, "h": 100 }, 11 "bidfloorcur": "USD", 12 "ext": { 13 "bidder": { 14 "placementId":"64b939146d66df22ccae95c5" 15 } 16 } 17 }] 18 }, 19 20 "httpCalls": [{ 21 "expectedRequest": { 22 "uri": "http://somecoolurlfor.vox", 23 "headers": {}, 24 "body": { 25 "id": "cf4b0abb-7ccc-4057-9914-c85f467260c6", 26 "site": { 27 "page": "http://some.site/url/page?id=338" 28 }, 29 "imp": [ 30 { 31 "id": "8a7510f9-0ca1-44c4-a8c6-1ce639b5eef9", 32 "banner": { 33 "w": 100, 34 "h": 100 35 }, 36 "bidfloorcur": "USD", 37 "ext": { 38 "bidder": { 39 "placementId": "64b939146d66df22ccae95c5" 40 } 41 } 42 } 43 ], 44 "cur": [ "USD" ] 45 }, 46 "impIDs":["8a7510f9-0ca1-44c4-a8c6-1ce639b5eef9"] 47 }, 48 "mockResponse": { 49 "status": 200, 50 "headers": {}, 51 "body": { 52 "id": "cf4b0abb-7ccc-4057-9914-c85f467260c6", 53 "cur": "USD", 54 "seatbid": [{ 55 "bid": [{ 56 "id": "e6a143f3-5176-4607-b09e-0e67e358b0b6", 57 "impid": "8a7510f9-0ca1-44c4-a8c6-1ce639b5eef9", 58 "price": 3.1415, 59 "adm": "<html><h1>Hi, there</h1></html>", 60 "w": 50, 61 "h": 50, 62 "mtype": 1 63 }] 64 }] 65 }} 66 }], 67 68 "expectedBidResponses": [{ 69 "bids": [{ 70 "currency": "USD", 71 "bid": { 72 "id": "e6a143f3-5176-4607-b09e-0e67e358b0b6", 73 "impid": "8a7510f9-0ca1-44c4-a8c6-1ce639b5eef9", 74 "price": 3.1415, 75 "adm": "<html><h1>Hi, there</h1></html>", 76 "w": 50, 77 "h": 50, 78 "mtype": 1 79 }, 80 "type": "banner" 81 }] 82 }] 83 }