github.com/prebid/prebid-server@v0.275.0/adapters/visx/visxtest/exemplary/simple-banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "site": { 5 "domain": "good.site", 6 "page": "https://good.site/url", 7 "publisher": { 8 "id": "test-publisher-id" 9 }, 10 "ext": { 11 "amp": 0 12 } 13 }, 14 "imp": [{ 15 "id": "test-imp-id", 16 "banner": { 17 "format": [{ 18 "w": 300, 19 "h": 250 20 }] 21 }, 22 "secure": 1, 23 "ext": { 24 "bidder": { 25 "size": [ 26 300, 27 250 28 ], 29 "uid": 7 30 } 31 } 32 }], 33 "device": { 34 "ua": "test-user-agent", 35 "ip": "123.123.123.123", 36 "h": 700, 37 "w": 375, 38 "ext": { 39 "prebid": { 40 "interstitial": { 41 "minwidthperc": 50, 42 "minheightperc": 40 43 } 44 } 45 } 46 }, 47 "at": 1, 48 "tmax": 2000, 49 "source": { 50 "tid": "283746293874293" 51 }, 52 "ext": { 53 "prebid": { 54 "aliases": { 55 "districtm": "appnexus", 56 "emxdigital": "appnexus" 57 } 58 } 59 } 60 }, 61 62 "httpCalls": [{ 63 "expectedRequest": { 64 "uri": "http://localhost/prebid", 65 "body": { 66 "id": "test-request-id", 67 "site": { 68 "domain": "good.site", 69 "page": "https://good.site/url", 70 "publisher": { 71 "id": "test-publisher-id" 72 }, 73 "ext": { 74 "amp": 0 75 } 76 }, 77 "cur": ["USD"], 78 "imp": [{ 79 "id": "test-imp-id", 80 "banner": { 81 "format": [{ 82 "w": 300, 83 "h": 250 84 }] 85 }, 86 "secure": 1, 87 "ext": { 88 "bidder": { 89 "size": [ 90 300, 91 250 92 ], 93 "uid": 7 94 } 95 } 96 }], 97 "device": { 98 "ua": "test-user-agent", 99 "ip": "123.123.123.123", 100 "h": 700, 101 "w": 375, 102 "ext": { 103 "prebid": { 104 "interstitial": { 105 "minwidthperc": 50, 106 "minheightperc": 40 107 } 108 } 109 } 110 }, 111 "at": 1, 112 "tmax": 2000, 113 "source": { 114 "tid": "283746293874293" 115 }, 116 "ext": { 117 "prebid": { 118 "aliases": { 119 "districtm": "appnexus", 120 "emxdigital": "appnexus" 121 } 122 } 123 } 124 } 125 }, 126 "mockResponse": { 127 "status": 200, 128 "body": { 129 "cur": ["USD"], 130 "seatbid": [ 131 { 132 "bid": [ 133 { 134 "crid": "2_260", 135 "price": 0.500000, 136 "adm": "some-test-ad", 137 "impid": "test-imp-id", 138 "auid": 46, 139 "h": 250, 140 "adomain": [ 141 "goodadvertiser.com" 142 ], 143 "dealid": "test_deal_id", 144 "w": 300 145 } 146 ], 147 "seat": "51" 148 } 149 ] 150 } 151 } 152 }], 153 154 "expectedBidResponses": [{ 155 "currency": "USD", 156 "bids": [{ 157 "bid": { 158 "price": 0.5, 159 "adm": "some-test-ad", 160 "impid": "test-imp-id", 161 "id": "test-request-id", 162 "h": 250, 163 "adomain": [ 164 "goodadvertiser.com" 165 ], 166 "dealid": "test_deal_id", 167 "crid": "2_260", 168 "w": 300 169 }, 170 "type": "banner" 171 }] 172 }] 173 }