github.com/prebid/prebid-server@v0.275.0/adapters/brave/bravetest/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.braveglobal.tv/?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 }, 84 "mockResponse": { 85 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 } 102 ], 103 "type": "native", 104 "seat": "brave" 105 } 106 ], 107 "cur": "USD", 108 "ext": { 109 "responsetimemillis": { 110 "brave": 120 111 }, 112 "tmaxrequest": 1000 113 } 114 } 115 } 116 } 117 ], 118 "expectedBidResponses": [ 119 { 120 "bids": [{ 121 "bid": { 122 "id": "123456789", 123 "impid": "impression-id", 124 "price": 2, 125 "adm": "adm code", 126 "adomain": [ 127 "testdomain.com" 128 ], 129 "crid": "100" 130 }, 131 "type": "native" 132 }] 133 } 134 ] 135 }