github.com/prebid/prebid-server@v0.275.0/adapters/axonix/axonixtest/exemplary/banner-video-native.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 "w": 300, 15 "h": 600 16 } 17 ] 18 }, 19 "ext": { 20 "bidder": { 21 "supplyId": "supply-test" 22 } 23 } 24 }, 25 { 26 "id": "native-imp", 27 "native": { 28 "ver": "1.1", 29 "request": "{\"ver\":\"1.1\",\"context\":1,\"contextsubtype\":11,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":500}},{\"id\":2,\"required\":1,\"img\":{\"type\":3,\"wmin\":1,\"hmin\":1}},{\"id\":3,\"required\":0,\"data\":{\"type\":1,\"len\":200}},{\"id\":4,\"required\":0,\"data\":{\"type\":2,\"len\":15000}},{\"id\":5,\"required\":0,\"data\":{\"type\":6,\"len\":40}},{\"id\":6,\"required\":0,\"data\":{\"type\":500}}]}" 30 }, 31 "ext": { 32 "bidder": { 33 "supplyId": "supply-test" 34 } 35 } 36 }, 37 { 38 "id": "test-imp-video-id", 39 "video": { 40 "mimes": ["video/mp4"], 41 "protocols": [2, 5], 42 "w": 1024, 43 "h": 576 44 }, 45 "ext": { 46 "bidder": { 47 "supplyId": "supply-test" 48 } 49 } 50 } 51 ] 52 }, 53 "httpCalls": [ 54 { 55 "expectedRequest": { 56 "uri": "https://axonix.com/supply/prebid-server/supply-test", 57 "body": { 58 "id": "test-request-id", 59 "imp": [ 60 { 61 "id": "test-imp-id", 62 "banner": { 63 "format": [ 64 { 65 "w": 300, 66 "h": 250 67 }, 68 { 69 "w": 300, 70 "h": 600 71 } 72 ] 73 }, 74 "ext": { 75 "bidder": { 76 "supplyId": "supply-test" 77 } 78 } 79 }, 80 { 81 "id": "native-imp", 82 "native": { 83 "ver": "1.1", 84 "request": "{\"ver\":\"1.1\",\"context\":1,\"contextsubtype\":11,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":500}},{\"id\":2,\"required\":1,\"img\":{\"type\":3,\"wmin\":1,\"hmin\":1}},{\"id\":3,\"required\":0,\"data\":{\"type\":1,\"len\":200}},{\"id\":4,\"required\":0,\"data\":{\"type\":2,\"len\":15000}},{\"id\":5,\"required\":0,\"data\":{\"type\":6,\"len\":40}},{\"id\":6,\"required\":0,\"data\":{\"type\":500}}]}" 85 }, 86 "ext": { 87 "bidder": { 88 "supplyId": "supply-test" 89 } 90 } 91 }, 92 { 93 "id": "test-imp-video-id", 94 "video": { 95 "mimes": ["video/mp4"], 96 "protocols": [2, 5], 97 "w": 1024, 98 "h": 576 99 }, 100 "ext": { 101 "bidder": { 102 "supplyId": "supply-test" 103 } 104 } 105 } 106 ] 107 } 108 }, 109 "mockResponse": { 110 "status": 200, 111 "body": { 112 "id": "test-request-id", 113 "seatbid": [ 114 { 115 "seat": "958", 116 "bid": [{ 117 "id": "7706636740145184841", 118 "impid": "test-imp-video-id", 119 "price": 0.500000, 120 "adid": "29681110", 121 "adm": "some-test-ad", 122 "adomain": ["axonix.com"], 123 "cid": "958", 124 "crid": "29681110", 125 "h": 576, 126 "w": 1024 127 }] 128 } 129 ], 130 "bidid": "5778926625248726496", 131 "cur": "USD" 132 } 133 } 134 } 135 ], 136 137 "expectedBidResponses": [ 138 { 139 "bids": [{ 140 "bid": { 141 "id": "7706636740145184841", 142 "impid": "test-imp-video-id", 143 "price": 0.5, 144 "adm": "some-test-ad", 145 "adid": "29681110", 146 "adomain": ["axonix.com"], 147 "cid": "958", 148 "crid": "29681110", 149 "w": 1024, 150 "h": 576 151 }, 152 "type": "video" 153 }] 154 } 155 ] 156 157 }