github.com/prebid/prebid-server@v0.275.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 }, 47 "mockResponse": { 48 "status": 200, 49 "headers": {}, 50 "body": { 51 "id": "cf4b0abb-7ccc-4057-9914-c85f467260c6", 52 "cur": "USD", 53 "seatbid": [{ 54 "bid": [{ 55 "id": "e6a143f3-5176-4607-b09e-0e67e358b0b6", 56 "impid": "8a7510f9-0ca1-44c4-a8c6-1ce639b5eef9", 57 "price": 3.1415, 58 "adm": "<html><h1>Hi, there</h1></html>", 59 "w": 50, 60 "h": 50, 61 "mtype": 1 62 }] 63 }] 64 }} 65 }], 66 67 "expectedBidResponses": [{ 68 "bids": [{ 69 "currency": "USD", 70 "bid": { 71 "id": "e6a143f3-5176-4607-b09e-0e67e358b0b6", 72 "impid": "8a7510f9-0ca1-44c4-a8c6-1ce639b5eef9", 73 "price": 3.1415, 74 "adm": "<html><h1>Hi, there</h1></html>", 75 "w": 50, 76 "h": 50, 77 "mtype": 1 78 }, 79 "type": "banner" 80 }] 81 }] 82 }