github.com/prebid/prebid-server@v0.275.0/adapters/appnexus/appnexustest/video/video-brand-category.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "video": { 8 "mimes": [ 9 "video/mp4" 10 ], 11 "minduration": 15, 12 "maxduration": 30, 13 "protocols": [ 14 2, 15 3, 16 5, 17 6, 18 7, 19 8 20 ], 21 "w": 940, 22 "h": 560 23 }, 24 "ext": { 25 "bidder": { 26 "placement_id": 1 27 } 28 } 29 } 30 ], 31 "ext": { 32 "prebid": { 33 "targeting": { 34 "includebrandcategory": { 35 "primaryadserver": 1, 36 "publisher": "anyPublisher", 37 "withcategory": true 38 } 39 } 40 } 41 } 42 }, 43 "httpCalls": [ 44 { 45 "expectedRequest": { 46 "uri": "http://ib.adnxs.com/openrtb2", 47 "body": { 48 "id": "test-request-id", 49 "ext": { 50 "appnexus": { 51 "hb_source": 6, 52 "brand_category_uniqueness": true, 53 "include_brand_category": true 54 }, 55 "prebid": { 56 "targeting": { 57 "includebrandcategory": { 58 "primaryadserver": 1, 59 "publisher": "anyPublisher", 60 "withcategory": true 61 } 62 } 63 } 64 }, 65 "imp": [ 66 { 67 "id": "test-imp-id", 68 "video": { 69 "mimes": [ 70 "video/mp4" 71 ], 72 "minduration": 15, 73 "maxduration": 30, 74 "protocols": [ 75 2, 76 3, 77 5, 78 6, 79 7, 80 8 81 ], 82 "w": 940, 83 "h": 560 84 }, 85 "ext": { 86 "appnexus": { 87 "placement_id": 1 88 } 89 } 90 } 91 ] 92 } 93 }, 94 "mockResponse": { 95 "status": 200, 96 "body": { 97 "id": "test-request-id", 98 "seatbid": [ 99 { 100 "seat": "958", 101 "bid": [ 102 { 103 "id": "7706636740145184841", 104 "impid": "test-imp-id", 105 "price": 0.500000, 106 "adid": "29681110", 107 "adm": "some-test-ad", 108 "adomain": [ 109 "appnexus.com" 110 ], 111 "iurl": "http://nym1-ib.adnxs.com/cr?id=29681110", 112 "cid": "958", 113 "crid": "29681110", 114 "h": 250, 115 "w": 300, 116 "cat": [ 117 "IAB9-1" 118 ], 119 "ext": { 120 "appnexus": { 121 "brand_id": 9, 122 "brand_category_id": 9, 123 "auction_id": 8189378542222915032, 124 "bid_ad_type": 1, 125 "bidder_id": 2, 126 "ranking_price": 0.000000, 127 "deal_priority": 5 128 } 129 } 130 } 131 ] 132 } 133 ], 134 "bidid": "5778926625248726496", 135 "cur": "USD" 136 } 137 } 138 } 139 ], 140 "expectedBidResponses": [ 141 { 142 "currency": "USD", 143 "bids": [ 144 { 145 "bid": { 146 "id": "7706636740145184841", 147 "impid": "test-imp-id", 148 "price": 0.5, 149 "adm": "some-test-ad", 150 "adid": "29681110", 151 "adomain": [ 152 "appnexus.com" 153 ], 154 "iurl": "http://nym1-ib.adnxs.com/cr?id=29681110", 155 "cid": "958", 156 "crid": "29681110", 157 "w": 300, 158 "h": 250, 159 "cat": [ 160 "IAB5-1" 161 ], 162 "ext": { 163 "appnexus": { 164 "brand_id": 9, 165 "brand_category_id": 9, 166 "auction_id": 8189378542222915032, 167 "bid_ad_type": 1, 168 "bidder_id": 2, 169 "ranking_price": 0.000000, 170 "deal_priority": 5 171 } 172 } 173 }, 174 "type": "video" 175 } 176 ] 177 } 178 ] 179 }