github.com/prebid/prebid-server/v2@v2.18.0/adapters/videoheroes/videoheroestest/exemplary/native-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 "native": { 28 "ver":"1.1", 29 "request":"{\"adunit\":2,\"assets\":[{\"id\":3,\"img\":{\"h\":120,\"hmin\":0,\"type\":3,\"w\":180,\"wmin\":0},\"required\":1},{\"id\":0,\"required\":1,\"title\":{\"len\":25}},{\"data\":{\"len\":25,\"type\":1},\"id\":4,\"required\":1},{\"data\":{\"len\":140,\"type\":2},\"id\":6,\"required\":1}],\"context\":1,\"layout\":1,\"contextsubtype\":11,\"plcmtcnt\":1,\"plcmttype\":2,\"ver\":\"1.1\",\"ext\":{\"banner\":{\"w\":320,\"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 "native": { 62 "ver":"1.1", 63 "request":"{\"adunit\":2,\"assets\":[{\"id\":3,\"img\":{\"h\":120,\"hmin\":0,\"type\":3,\"w\":180,\"wmin\":0},\"required\":1},{\"id\":0,\"required\":1,\"title\":{\"len\":25}},{\"data\":{\"len\":25,\"type\":1},\"id\":4,\"required\":1},{\"data\":{\"len\":140,\"type\":2},\"id\":6,\"required\":1}],\"context\":1,\"layout\":1,\"contextsubtype\":11,\"plcmtcnt\":1,\"plcmttype\":2,\"ver\":\"1.1\",\"ext\":{\"banner\":{\"w\":320,\"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 87 "status": 200, 88 "body": { 89 "id": "resp-id", 90 "seatbid": [ 91 { 92 "bid": [ 93 { 94 "id": "123456789", 95 "impid": "impression-id", 96 "price": 2, 97 "adm": "adm code", 98 "adomain": [ 99 "testdomain.com" 100 ], 101 "crid": "100" 102 } 103 ], 104 "type": "native", 105 "seat": "videoheroes" 106 } 107 ], 108 "cur": "USD", 109 "ext": { 110 "responsetimemillis": { 111 "videoheroes": 120 112 }, 113 "tmaxrequest": 1000 114 } 115 } 116 } 117 } 118 ], 119 "expectedBidResponses": [ 120 { 121 "bids": [{ 122 "bid": { 123 "id": "123456789", 124 "impid": "impression-id", 125 "price": 2, 126 "adm": "adm code", 127 "adomain": [ 128 "testdomain.com" 129 ], 130 "crid": "100" 131 }, 132 "type": "native" 133 }] 134 } 135 ] 136 }