github.com/prebid/prebid-server/v2@v2.18.0/adapters/smartx/smartxtest/exemplary/01-video.json (about) 1 { 2 "mockBidRequest":{ 3 "id":"test-request-id-video", 4 "imp":[ 5 { 6 "id":"test-imp-id", 7 "video":{ 8 "mimes":[ 9 "video/mp4" 10 ] 11 } 12 } 13 ] 14 }, 15 "httpCalls":[ 16 { 17 "expectedRequest":{ 18 "uri":"https://bid.smartclip.net/bid/1005", 19 "body":{ 20 "id":"test-request-id-video", 21 "imp":[ 22 { 23 "id":"test-imp-id", 24 "video":{ 25 "mimes":[ 26 "video/mp4" 27 ] 28 } 29 } 30 ] 31 }, 32 "impIDs":["test-imp-id"] 33 }, 34 "mockResponse":{ 35 "status":200, 36 "body":{ 37 "id":"test-request-id-video", 38 "seatbid":[ 39 { 40 "seat":"smartadserver", 41 "bid":[ 42 { 43 "id":"8ee514f1-b2b8-4abb-89fd-084437d1e800", 44 "impid":"test-imp-id-video", 45 "price":0.500000, 46 "adm":"some-test-ad", 47 "crid":"crid_10", 48 "h":576, 49 "w":1024, 50 "mtype":2 51 } 52 ] 53 } 54 ], 55 "cur":"EUR" 56 } 57 } 58 } 59 ], 60 "expectedBidResponses":[ 61 { 62 "bids":[{ 63 "bid":{ 64 "id":"8ee514f1-b2b8-4abb-89fd-084437d1e800", 65 "impid":"test-imp-id-video", 66 "price":0.500000, 67 "adm":"some-test-ad", 68 "crid":"crid_10", 69 "h":576, 70 "w":1024, 71 "mtype":2 72 }, 73 "currency":"EUR", 74 "type": "video" 75 }] 76 } 77 ] 78 }