github.com/prebid/prebid-server/v2@v2.18.0/adapters/cadent_aperture_mx/cadent_aperture_mxtest/exemplary/banner-app.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 "app": { 26 "domain": "www.publisher.com", 27 "storeurl": "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 "Dnt": [ 45 "1" 46 ], 47 "User-Agent": [ 48 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36" 49 ] 50 }, 51 "body": { 52 "id": "some_test_auction", 53 "imp": [{ 54 "id": "some_test_ad_id", 55 "banner": { 56 "format": [{ 57 "w": 300, 58 "h": 250 59 }], 60 "w": 300, 61 "h": 250 62 }, 63 "ext": { 64 "bidder": { 65 "tagid": "25251" 66 } 67 }, 68 "tagid": "25251", 69 "secure": 0 70 }], 71 "app": { 72 "domain": "www.publisher.com", 73 "storeurl": "http://www.publisher.com/awesome/site?with=some¶meters=here" 74 }, 75 "device": { 76 "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36", 77 "ip": "123.123.123.123", 78 "dnt": 1 79 } 80 }, 81 "impIDs":["some_test_ad_id"] 82 }, 83 "mockResponse": { 84 "status": 200, 85 "body": { 86 "id": "some_test_auction", 87 "seatbid": [{ 88 "seat": "12356", 89 "bid": [{ 90 "adm": "<div id=\"123456789_ad\"><script>!function(){console.log\"Hello, world.\";}();<\/script><\/div>", 91 "id": "some_test_ad_id", 92 "impid": "some_test_ad_id", 93 "ttl": 300, 94 "crid": "94395500", 95 "w": 300, 96 "price": 2.942808, 97 "adid": "94395500", 98 "h": 250 99 }] 100 }], 101 "cur": "USD" 102 } 103 } 104 }], 105 106 "expectedBidResponses": [{ 107 "bids": [{ 108 "bid": { 109 "adm": "<div id=\"123456789_ad\"><script>!function(){console.log\"Hello, world.\";}();<\/script><\/div>", 110 "id": "some_test_ad_id", 111 "impid": "some_test_ad_id", 112 "crid": "94395500", 113 "w": 300, 114 "price": 2.942808, 115 "adid": "94395500", 116 "h": 250 117 }, 118 "type": "banner" 119 }] 120 }] 121 }