github.com/prebid/prebid-server@v0.275.0/adapters/adhese/adhesetest/exemplary/banner-internal.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-req", 4 "user": { 5 "ext": { 6 "consent" : "dummy" 7 } 8 }, 9 "imp": [ 10 { 11 "id": "test-req", 12 "banner": { 13 "format": [ 14 { 15 "w": 300, 16 "h": 250 17 } 18 ] 19 }, 20 "ext": { 21 "bidder": { 22 "account": "demo", 23 "location": "_adhese_prebid_demo_", 24 "format": "leaderboard", 25 "targets": 26 { 27 "ci": ["gent", "brussels"], 28 "ag": ["55"], 29 "tl": ["all"] 30 } 31 } 32 } 33 } 34 ], 35 "site": { 36 "id": "test", 37 "publisher": { 38 "id": "123" 39 } 40 }, 41 "device": { 42 "IFA": "dum-my" 43 } 44 }, 45 "httpCalls": [ 46 { 47 "expectedRequest": { 48 "uri": "https://ads-demo.adhese.com/json/sl_adhese_prebid_demo_-leaderboard/ag55/cigent;brussels/tlall/xtdummy/xzdum-my" 49 }, 50 "mockResponse": { 51 "status": 200, 52 "body": [{ 53 "origin": "JERLICIA", 54 "originInstance": "", 55 "ext": "js", 56 "slotName": "_main_page_-leaderboard", 57 "adType": "leaderboard", 58 "orderId": "888", 59 "id": "60613369", 60 "width": "728", 61 "height": "90", 62 "body": "<div style='background-color:red; height:250px; width:300px'></div>", 63 "tracker": "https://hosts-demo.adhese.com/rtb_gateway/handlers/client/track/?id=a2f39296-6dd0-4b3c-be85-7baa22e7ff4a", 64 "impressionCounter": "https://hosts-demo.adhese.com/rtb_gateway/handlers/client/track/?id=a2f39296-6dd0-4b3c-be85-7baa22e7ff4a", 65 "extension": { 66 "prebid": { 67 "cpm": { 68 "amount": "1", 69 "currency": "USD" 70 } 71 } 72 } 73 }] 74 } 75 } 76 ], 77 "expectedBidResponses": [ 78 { 79 "currency": "USD", 80 "bids": [ 81 { 82 "bid": { 83 "adm": "<div style='background-color:red; height:250px; width:300px'></div><img src='https://hosts-demo.adhese.com/rtb_gateway/handlers/client/track/?id=a2f39296-6dd0-4b3c-be85-7baa22e7ff4a' style='height:1px; width:1px; margin: -1px -1px; display:none;'/>", 84 "w": 728, 85 "h": 90, 86 "id": "", 87 "impid": "", 88 "price": 1.000000, 89 "dealid": "888", 90 "crid": "60613369", 91 "ext": { 92 "adFormat": "", 93 "adType": "leaderboard", 94 "adspaceId": "", 95 "libId": "", 96 "orderProperty": "", 97 "priority": "", 98 "viewableImpressionCounter": "" 99 } 100 }, 101 "type": "banner" 102 } 103 ] 104 } 105 ] 106 }