github.com/prebid/prebid-server@v0.275.0/adapters/adkernel/adkerneltest/exemplary/single-video-impression.json (about) 1 { 2 "mockBidRequest": { 3 "id": "0000000000001", 4 "imp": [ 5 { 6 "id": "video-adunit-2", 7 "video": { 8 "mimes": [ 9 "video/mp4" 10 ], 11 "w": 640, 12 "h": 480 13 }, 14 "ext": { 15 "bidder": { 16 "zoneId": 102, 17 "host": "tag.test.com" 18 } 19 } 20 } 21 ], 22 "app": { 23 "id": "app_001", 24 "bundle": "com.rovio.angrybirds", 25 "publisher": { 26 "id": "2" 27 } 28 }, 29 "user": { 30 "buyeruid": "A-38327932832" 31 } 32 }, 33 "httpCalls": [ 34 { 35 "expectedRequest": { 36 "uri": "https://pbs.adksrv.com/hb?zone=102", 37 "body": { 38 "id": "0000000000001", 39 "imp": [ 40 { 41 "id": "video-adunit-2", 42 "video": { 43 "mimes": [ 44 "video/mp4" 45 ], 46 "w": 640, 47 "h": 480 48 } 49 } 50 ], 51 "app": { 52 "bundle": "com.rovio.angrybirds", 53 "id": "app_001" 54 }, 55 "user": { 56 "buyeruid": "A-38327932832" 57 } 58 } 59 }, 60 "mockResponse": { 61 "status": 200, 62 "body": { 63 "id": "75472df2-1cb3-4f8e-9a28-10cb95fe05a4", 64 "seatbid": [ 65 { 66 "bid": [ 67 { 68 "id": "bid02", 69 "impid": "video-adunit-2", 70 "price": 2.25, 71 "cid": "1001", 72 "crid": "2002", 73 "adid": "2002", 74 "adm": "<!-- vast wrapper -->", 75 "cat": [ 76 "IAB2" 77 ], 78 "adomain": [ 79 "video-example.com" 80 ] 81 } 82 ] 83 } 84 ], 85 "bidid": "wehM-93KGr0" 86 } 87 } 88 } 89 ], 90 "expectedBidResponses": [ 91 { 92 "currency": "USD", 93 "bids": [ 94 { 95 "bid": { 96 "id": "bid02", 97 "impid": "video-adunit-2", 98 "price": 2.25, 99 "adm": "<!-- vast wrapper -->", 100 "adomain": [ 101 "video-example.com" 102 ], 103 "cid": "1001", 104 "adid": "2002", 105 "crid": "2002", 106 "cat": [ 107 "IAB2" 108 ] 109 }, 110 "type": "video" 111 } 112 ] 113 } 114 ] 115 }