github.com/prebid/prebid-server/v2@v2.18.0/adapters/adkernelAdn/adkerneladntest/exemplary/single-banner-impression.json (about) 1 { 2 "mockBidRequest": { 3 "id": "0000000000001", 4 "imp": [ 5 { 6 "id": "adunit-1", 7 "banner": { 8 "format": [{"w": 300,"h": 250},{"w": 300,"h": 200}] 9 }, 10 "ext": { 11 "bidder": { 12 "pubId": 101, 13 "host": "tag.test.com" 14 } 15 } 16 } 17 ], 18 "site": { 19 "page": "http://example.com/test.html", 20 "publisher": { 21 "id": "1" 22 } 23 }, 24 "user": { 25 "buyeruid": "A-38327932832" 26 } 27 }, 28 29 "httpCalls": [ 30 { 31 "expectedRequest": { 32 "uri": "https://pbs2.adksrv.com/rtbpub?account=101", 33 "body": { 34 "id": "0000000000001", 35 "imp": [ 36 { 37 "id": "adunit-1", 38 "banner": { 39 "format": [{"w": 300, "h": 200}], 40 "w": 300, 41 "h": 250 42 } 43 } 44 ], 45 "site": { 46 "page": "http://example.com/test.html" 47 }, 48 "user": { 49 "buyeruid": "A-38327932832" 50 } 51 }, 52 "impIDs":["adunit-1"] 53 }, 54 "mockResponse": { 55 "status": 200, 56 "body": { 57 "id": "75472df2-1cb3-4f8e-9a28-10cb95fe05a4", 58 "seatbid": [{ 59 "bid": [{ 60 "id": "wehM-93KGr0_0_0", 61 "impid": "adunit-1", 62 "price": 0.5, 63 "cid": "3706", 64 "crid": "19005", 65 "adid": "19005", 66 "adm": "<!-- admarkup -->", 67 "cat": ["IAB2"], 68 "adomain": ["test.com"], 69 "h": 250, 70 "w": 300 71 }] 72 }], 73 "bidid": "wehM-93KGr0" 74 } 75 } 76 } 77 ], 78 79 "expectedBidResponses": [ 80 { 81 "currency": "USD", 82 "bids": [ 83 { 84 "bid": { 85 "id": "wehM-93KGr0_0_0", 86 "impid": "adunit-1", 87 "price": 0.5, 88 "adm": "<!-- admarkup -->", 89 "adid": "19005", 90 "adomain": ["test.com"], 91 "cid": "3706", 92 "crid": "19005", 93 "w": 300, 94 "h": 250, 95 "cat": ["IAB2"] 96 }, 97 "type": "banner" 98 } 99 ] 100 } 101 ] 102 }