github.com/prebid/prebid-server/v2@v2.18.0/adapters/adkernelAdn/adkerneladntest/supplemental/two-impressions-two-seatbids.json (about) 1 { 2 "mockBidRequest": { 3 "id": "0000000000001", 4 "imp": [ 5 { 6 "id": "banner-adunit-1", 7 "banner": { 8 "w": 300, 9 "h": 250 10 }, 11 "ext": { 12 "bidder": { 13 "pubId": 101, 14 "host": "tag.test.com" 15 } 16 } 17 },{ 18 "id": "video-adunit-2", 19 "video": {"mimes": ["video/mp4"]}, 20 "ext": { 21 "bidder": { 22 "pubId": 101, 23 "host": "tag.test.com" 24 } 25 } 26 } 27 ], 28 "app": { 29 "id": "app_001", 30 "bundle": "com.rovia.angrybirds", 31 "publisher": { 32 "id": "2" 33 } 34 } 35 }, 36 37 "httpCalls": [ 38 { 39 "expectedRequest": { 40 "uri": "https://pbs2.adksrv.com/rtbpub?account=101", 41 "body": { 42 "app": { 43 "bundle": "com.rovia.angrybirds", 44 "id": "app_001" 45 }, 46 "id": "0000000000001", 47 "imp": [ 48 { 49 "id": "banner-adunit-1", 50 "banner": { 51 "w": 300, 52 "h": 250 53 } 54 }, { 55 "id": "video-adunit-2", 56 "video": {"mimes": ["video/mp4"]} 57 } 58 ] 59 }, 60 "impIDs":["banner-adunit-1","video-adunit-2"] 61 }, 62 "mockResponse": { 63 "status": 200, 64 "body": { 65 "id": "75472df2-1cb3-4f8e-9a28-10cb95fe05a4", 66 "seatbid": [{ 67 "bid":[{ 68 "id": "bid02", 69 "impid": "video-adunit-2", 70 "price": 2.25, 71 "cid": "1001", 72 "crid": "2002", 73 "adid": "2002", 74 "adm": "<!-- admarkup -->", 75 "cat": ["IAB2"], 76 "adomain": ["video-example.com"], 77 "h": 480, 78 "w": 640 79 }] 80 },{ 81 "bid": [{ 82 "id": "bid01", 83 "impid": "banner-adunit-1", 84 "price": 0.5, 85 "cid": "3706", 86 "crid": "19005", 87 "adid": "19005", 88 "adm": "<!-- admarkup -->", 89 "cat": ["IAB2"], 90 "adomain": ["test.com"], 91 "h": 250, 92 "w": 300 93 }] 94 }], 95 "bidid": "wehM-93KGr0" 96 } 97 } 98 } 99 ], 100 101 "expectedMakeBidsErrors": [ 102 { 103 "value": "Invalid SeatBids count: 2", 104 "comparison": "literal" 105 } 106 ] 107 }