github.com/prebid/prebid-server@v0.275.0/adapters/sonobi/sonobitest/exemplary/banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "some-request-id", 4 "site": { 5 "page": "http://tester.go.sonobi.com", 6 "domain": "sonobi.com" 7 }, 8 "device": { 9 "ip": "123.123.123.123" 10 }, 11 "imp": [ 12 { 13 "id": "some-impression-id", 14 "banner": { 15 "w": 300, 16 "h": 250, 17 "format": [ 18 { 19 "w": 300, 20 "h": 250 21 }, 22 { 23 "w": 300, 24 "h": 600 25 } 26 ] 27 }, 28 "ext": { 29 "bidder": { 30 "TagID": "/7780971/apex_3pdm_integration" 31 } 32 } 33 } 34 ], 35 "test": 1, 36 "tmax": 500 37 }, 38 "httpCalls": [ 39 { 40 "expectedRequest": { 41 "headers": { 42 "Accept": [ 43 "application/json" 44 ], 45 "Content-Type": [ 46 "application/json;charset=utf-8" 47 ] 48 }, 49 "uri": "https://apex.go.sonobi.com/prebid?partnerid=71d9d3d8af", 50 "body": { 51 "id": "some-request-id", 52 "imp": [ 53 { 54 "id": "some-impression-id", 55 "banner": { 56 "format": [ 57 { 58 "w": 300, 59 "h": 250 60 }, 61 { 62 "w": 300, 63 "h": 600 64 } 65 ], 66 "w": 300, 67 "h": 250 68 }, 69 "tagid": "/7780971/apex_3pdm_integration", 70 "ext": { 71 "bidder": { 72 "TagID": "/7780971/apex_3pdm_integration" 73 } 74 } 75 } 76 ], 77 "site": { 78 "domain": "sonobi.com", 79 "page": "http://tester.go.sonobi.com" 80 }, 81 "device": { 82 "ip": "123.123.123.123" 83 }, 84 "test": 1, 85 "tmax": 500 86 } 87 }, 88 "mockResponse": { 89 "status": 200, 90 "body": { 91 "id": "some-request-id", 92 "seatbid": [ 93 { 94 "bid": [ 95 { 96 "id": "1", 97 "impid": "some-impression-id", 98 "price": 2.8649999999999998, 99 "adm": "<script type=\"text/javascript\" src=\"http://iad-2.go.sonobi.com/sbid.js?demand&aid=sandbox_642305097&aic=${AUCTION_PRICE}&pid=71d9d3d8af&h=6.137\"></script>", 100 "adomain": [ 101 "sonobi.com" 102 ], 103 "cid": "house", 104 "crid": "sandbox", 105 "h": 1, 106 "w": 1 107 } 108 ], 109 "seat": "sonobi" 110 } 111 ], 112 "bidid": "sandbox_642305097", 113 "cur": "USD" 114 } 115 } 116 } 117 ], 118 "expectedBidResponses": [ 119 { 120 "currency": "USD", 121 "bids": [ 122 { 123 "bid": { 124 "id": "1", 125 "impid": "some-impression-id", 126 "price": 2.8649999999999998, 127 "adm": "<script type=\"text/javascript\" src=\"http://iad-2.go.sonobi.com/sbid.js?demand&aid=sandbox_642305097&aic=${AUCTION_PRICE}&pid=71d9d3d8af&h=6.137\"></script>", 128 "adomain": [ 129 "sonobi.com" 130 ], 131 "cid": "house", 132 "crid": "sandbox", 133 "h": 1, 134 "w": 1 135 }, 136 "type": "banner" 137 } 138 ] 139 } 140 ] 141 }