github.com/prebid/prebid-server/v2@v2.18.0/adapters/admixer/admixertest/exemplary/simple-site-video.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "site": { 5 "page": "prebid.org" 6 }, 7 "user": { 8 "buyeruid": "be5e209ad46927520000000000000000" 9 }, 10 "imp": [ 11 { 12 "id": "test-imp-id", 13 "video": { 14 "mimes": [ 15 "video/mp4" 16 ], 17 "protocols": [ 18 2, 19 3, 20 5, 21 6 22 ], 23 "w": 1024, 24 "h": 576 25 }, 26 "ext": { 27 "bidder": { 28 "zone": "ac7fa772-d7be-48cc-820b-e21728e434fe" 29 } 30 } 31 } 32 ] 33 }, 34 "httpCalls": [ 35 { 36 "expectedRequest": { 37 "uri": "http://inv-nets.admixer.net/pbs.aspx", 38 "body": { 39 "id": "test-request-id", 40 "site": { 41 "page": "prebid.org" 42 }, 43 "user": { 44 "buyeruid": "be5e209ad46927520000000000000000" 45 }, 46 "imp": [ 47 { 48 "id": "test-imp-id", 49 "video": { 50 "mimes": [ 51 "video/mp4" 52 ], 53 "protocols": [ 54 2, 55 3, 56 5, 57 6 58 ], 59 "w": 1024, 60 "h": 576 61 }, 62 "tagid": "ac7fa772-d7be-48cc-820b-e21728e434fe" 63 } 64 ] 65 }, 66 "impIDs":["test-imp-id"] 67 }, 68 "mockResponse": { 69 "status": 200, 70 "body": { 71 "id": "test-request-id", 72 "cur": "USD", 73 "seatbid": [ 74 { 75 "seat": "admixer", 76 "bid": [ 77 { 78 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 79 "impid": "test-imp-id", 80 "price": 0.500000, 81 "adm": "some-test-ad", 82 "crid": "test-crid", 83 "w": 1024, 84 "h": 576 85 } 86 ] 87 } 88 ] 89 } 90 } 91 } 92 ], 93 "expectedBidResponses": [ 94 { 95 "currency": "USD", 96 "bids": [ 97 { 98 "bid": { 99 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 100 "impid": "test-imp-id", 101 "price": 0.5, 102 "adm": "some-test-ad", 103 "crid": "test-crid", 104 "w": 1024, 105 "h": 576 106 }, 107 "type": "video" 108 } 109 ] 110 } 111 ] 112 }