github.com/prebid/prebid-server@v0.275.0/adapters/cadent_aperture_mx/cadent_aperture_mxtest/exemplary/minimal-banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "some_test_auction", 4 "imp": [{ 5 "id": "some_test_ad_id", 6 "banner": { 7 "format": [{ 8 "w": 300, 9 "h": 250 10 }], 11 "w": 300, 12 "h": 250 13 }, 14 "ext": { 15 "bidder": { 16 "tagid": "25251" 17 } 18 } 19 }], 20 "device": { 21 "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36", 22 "ip": "123.123.123.123", 23 "dnt": 1 24 }, 25 "site": { 26 "domain": "www.publisher.com", 27 "page": "http://www.publisher.com/awesome/site?with=some¶meters=here" 28 } 29 }, 30 31 "httpCalls": [{ 32 "expectedRequest": { 33 "uri": "https://hb.emxdgt.com?t=1000&ts=2060541160", 34 "headers": { 35 "Accept": [ 36 "application/json" 37 ], 38 "Content-Type": [ 39 "application/json;charset=utf-8" 40 ], 41 "X-Forwarded-For": [ 42 "123.123.123.123" 43 ], 44 "Referer": [ 45 "http://www.publisher.com/awesome/site?with=some¶meters=here" 46 ], 47 "Dnt": [ 48 "1" 49 ], 50 "User-Agent": [ 51 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36" 52 ] 53 }, 54 "body": { 55 "id": "some_test_auction", 56 "imp": [{ 57 "id": "some_test_ad_id", 58 "banner": { 59 "format": [{ 60 "w": 300, 61 "h": 250 62 }], 63 "w": 300, 64 "h": 250 65 }, 66 "ext": { 67 "bidder": { 68 "tagid": "25251" 69 } 70 }, 71 "tagid": "25251", 72 "secure": 0 73 }], 74 "site": { 75 "domain": "www.publisher.com", 76 "page": "http://www.publisher.com/awesome/site?with=some¶meters=here" 77 }, 78 "device": { 79 "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36", 80 "ip": "123.123.123.123", 81 "dnt": 1 82 } 83 } 84 }, 85 "mockResponse": { 86 "status": 200, 87 "body": { 88 "id": "some_test_auction", 89 "seatbid": [{ 90 "seat": "12356", 91 "bid": [{ 92 "adm": "<div id=\"123456789_ad\"><script>!function(){console.log\"Hello, world.\";}();<\/script><\/div>", 93 "id": "some_test_ad_id", 94 "impid": "some_test_ad_id", 95 "ttl": 300, 96 "crid": "94395500", 97 "w": 300, 98 "price": 2.942808, 99 "adid": "94395500", 100 "h": 250 101 }] 102 }], 103 "cur": "USD" 104 } 105 } 106 }], 107 108 "expectedBidResponses": [{ 109 "bids": [{ 110 "bid": { 111 "adm": "<div id=\"123456789_ad\"><script>!function(){console.log\"Hello, world.\";}();<\/script><\/div>", 112 "id": "some_test_ad_id", 113 "impid": "some_test_ad_id", 114 "crid": "94395500", 115 "w": 300, 116 "price": 2.942808, 117 "adid": "94395500", 118 "h": 250 119 }, 120 "type": "banner" 121 }] 122 }] 123 }