github.com/prebid/prebid-server/v2@v2.18.0/adapters/bidmyadz/bidmyadztest/exemplary/video.json (about) 1 { 2 "mockBidRequest": { 3 "id": "12345", 4 "imp": [{ 5 "id": "1", 6 "video": { 7 "mimes": ["video/mp4", "video/ogg", "video/webm"], 8 "minduration": 5, 9 "maxduration": 60, 10 "protocols": [2, 3, 5, 6, 7, 8], 11 "w": 300, 12 "h": 250, 13 "linearity": 1, 14 "playbackmethod": [2] 15 }, 16 "bidfloor": 0.001, 17 "bidfloorcur": "USD", 18 "secure": 1, 19 "exp": 3600, 20 "ext": { 21 "bidder": { 22 "placementId": "tvideo" 23 } 24 } 25 }], 26 "device": { 27 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", 28 "geo": { 29 "country": "USA", 30 "lat": 47.627500, 31 "lon": -122.346200 32 }, 33 "ip": "18.146.18.241", 34 "devicetype": 2 35 }, 36 "user": { 37 "id": "a66e61ff8c2ab5460ecf156c4b892fd84d41fad5" 38 }, 39 "site": { 40 "id": "banner", 41 "domain": "test.com", 42 "cat": ["IAB1"], 43 "page": "https://test.com", 44 "publisher": { 45 "id": "1" 46 } 47 } 48 }, 49 50 "httpCalls": [ 51 { 52 "expectedRequest": { 53 "uri": "http://endpoint.bidmyadz.com/c0f68227d14ed938c6c49f3967cbe9bc", 54 "body": { 55 "id": "12345", 56 "imp": [{ 57 "id": "1", 58 "video": { 59 "mimes": ["video/mp4", "video/ogg", "video/webm"], 60 "minduration": 5, 61 "maxduration": 60, 62 "protocols": [2, 3, 5, 6, 7, 8], 63 "w": 300, 64 "h": 250, 65 "linearity": 1, 66 "playbackmethod": [2] 67 }, 68 "bidfloor": 0.001, 69 "bidfloorcur": "USD", 70 "secure": 1, 71 "exp": 3600, 72 "ext": { 73 "bidder": { 74 "placementId": "tvideo" 75 } 76 } 77 }], 78 "device": { 79 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", 80 "geo": { 81 "country": "USA", 82 "lat": 47.627500, 83 "lon": -122.346200 84 }, 85 "ip": "18.146.18.241", 86 "devicetype": 2 87 }, 88 "user": { 89 "id": "a66e61ff8c2ab5460ecf156c4b892fd84d41fad5" 90 }, 91 "site": { 92 "id": "banner", 93 "domain": "test.com", 94 "cat": ["IAB1"], 95 "page": "https://test.com", 96 "publisher": { 97 "id": "1" 98 } 99 } 100 }, 101 "impIDs":["1"] 102 }, 103 "mockResponse": { 104 "status": 200, 105 "body": { 106 "id": "d910ceef496ff2d746176506e296f4b3_z53356_a126365", 107 "bidid": "880184da7ec02b1f42802acb46b63b3c", 108 "seatbid": [{ 109 "bid": [{ 110 "id": "6ca51ef38eb42820d27503ee96b634b5", 111 "impid": "126365", 112 "price": 0.1, 113 "nurl": "http://test.com/nurl", 114 "burl": "http://test.com/burl", 115 "adm": "<VAST>", 116 "adomain": ["test.com"], 117 "cat": ["IAB1"], 118 "cid": "1", 119 "crid": "1", 120 "w": 300, 121 "h": 250, 122 "ext": { 123 "mediaType": "video" 124 } 125 }], 126 "seat": "1" 127 }], 128 "cur": "USD" 129 } 130 } 131 } 132 ], 133 134 "expectedBidResponses": [ 135 { 136 "currency": "USD", 137 "bids": [ 138 { 139 "bid": { 140 "id": "6ca51ef38eb42820d27503ee96b634b5", 141 "impid": "126365", 142 "price": 0.1, 143 "nurl": "http://test.com/nurl", 144 "burl": "http://test.com/burl", 145 "adm": "<VAST>", 146 "adomain": ["test.com"], 147 "cat": ["IAB1"], 148 "cid": "1", 149 "crid": "1", 150 "w": 300, 151 "h": 250, 152 "ext": { 153 "mediaType": "video" 154 } 155 }, 156 "type": "video" 157 } 158 ] 159 } 160 ] 161 }