github.com/prebid/prebid-server/v2@v2.18.0/adapters/videoheroes/videoheroestest/exemplary/banner-web.json (about) 1 { 2 "mockBidRequest": { 3 "id": "request-id", 4 "site": { 5 "page": "test.com/page", 6 "domain": "test.com", 7 "cat": [ 8 "IAB9-1" 9 ], 10 "publisher": { 11 "id": "123456789" 12 } 13 }, 14 "device": { 15 "ua": "useragent", 16 "ip": "100.100.100.100", 17 "language": "en" 18 }, 19 "tmax": 1000, 20 "user": { 21 "id": "some-user" 22 }, 23 "imp": [ 24 { 25 "id": "impression-id", 26 "tagid": "tid", 27 "banner": { 28 "w":320, 29 "h":50 30 }, 31 "ext": { 32 "bidder": { 33 "placementId": "f897beb0daba0253d8e59a098eef9311" 34 } 35 } 36 } 37 ] 38 }, 39 "httpCalls": [ 40 { 41 "expectedRequest": { 42 "headers": { 43 "Content-Type": [ 44 "application/json;charset=utf-8" 45 ], 46 "Accept": [ 47 "application/json" 48 ] 49 }, 50 "uri": "http://point.contextualadv.com/?t=3&partner=f897beb0daba0253d8e59a098eef9311", 51 "body": { 52 "id": "request-id", 53 "device": { 54 "ua": "useragent", 55 "ip": "100.100.100.100", 56 "language": "en" 57 }, 58 "imp": [ 59 { 60 "id": "impression-id", 61 "banner": { 62 "w":320, 63 "h":50 64 }, 65 "tagid": "tid" 66 } 67 ], 68 "site": { 69 "page": "test.com/page", 70 "domain": "test.com", 71 "cat": [ 72 "IAB9-1" 73 ], 74 "publisher": { 75 "id": "123456789" 76 } 77 }, 78 "user": { 79 "id": "some-user" 80 }, 81 "tmax": 1000 82 }, 83 "impIDs":["impression-id"] 84 }, 85 "mockResponse": { 86 "status": 200, 87 "body": { 88 "id": "resp-id", 89 "seatbid": [ 90 { 91 "bid": [ 92 { 93 "id": "123456789", 94 "impid": "impression-id", 95 "price": 2, 96 "adm": "adm code", 97 "adomain": [ 98 "testdomain.com" 99 ], 100 "crid": "100", 101 "w":320, 102 "h":50 103 } 104 ], 105 "type": "banner", 106 "seat": "videoheroes" 107 } 108 ], 109 "cur": "USD", 110 "ext": { 111 "responsetimemillis": { 112 "videoheroes": 120 113 }, 114 "tmaxrequest": 1000 115 } 116 } 117 } 118 } 119 ], 120 "expectedBidResponses": [ 121 { 122 "bids": [{ 123 "bid": { 124 "id": "123456789", 125 "impid": "impression-id", 126 "price": 2, 127 "adm": "adm code", 128 "adomain": [ 129 "testdomain.com" 130 ], 131 "crid": "100", 132 "w":320, 133 "h":50 134 }, 135 "type": "banner" 136 }] 137 } 138 ] 139 }