github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/targeting-cache-vast-banner.json (about) 1 { 2 "incomingRequest": { 3 "ortbRequest": { 4 "id": "some-request-id", 5 "site": { 6 "page": "test.somepage.com" 7 }, 8 "imp": [ 9 { 10 "id": "my-imp-id", 11 "banner": { 12 "w": 300, 13 "h": 250 14 }, 15 "ext": { 16 "prebid": { 17 "bidder": { 18 "appnexus": { 19 "placementId": 1 20 } 21 } 22 } 23 } 24 } 25 ], 26 "ext": { 27 "prebid": { 28 "cache": { 29 "vastxml": {} 30 }, 31 "targeting": { 32 "pricegranularity": { 33 "precision": 2, 34 "ranges": [ 35 { 36 "min": 0, 37 "max": 20, 38 "increment": 0.1 39 } 40 ] 41 }, 42 "includewinners": true, 43 "includebidderkeys": true 44 } 45 } 46 } 47 } 48 }, 49 "outgoingRequests": { 50 "appnexus": { 51 "mockResponse": { 52 "pbsSeatBids": [ 53 { 54 "pbsBids": [ 55 { 56 "ortbBid": { 57 "id": "winning-bid", 58 "impid": "my-imp-id", 59 "price": 0.01, 60 "w": 200, 61 "h": 250, 62 "crid": "creative-1" 63 }, 64 "bidType": "banner" 65 } 66 ], 67 "seat": "appnexus" 68 } 69 ] 70 } 71 } 72 }, 73 "response": { 74 "bids": { 75 "id": "some-request-id", 76 "seatbid": [ 77 { 78 "seat": "appnexus", 79 "bid": [ 80 { 81 "id": "winning-bid", 82 "impid": "my-imp-id", 83 "price": 0.01, 84 "w": 200, 85 "h": 250, 86 "crid": "creative-1", 87 "ext": { 88 "origbidcpm": 0.01, 89 "prebid": { 90 "meta": { 91 }, 92 "type": "banner", 93 "targeting": { 94 "hb_bidder": "appnexus", 95 "hb_bidder_appnexus": "appnexus", 96 "hb_cache_host": "www.pbcserver.com", 97 "hb_cache_host_appnex": "www.pbcserver.com", 98 "hb_cache_path": "/pbcache/endpoint", 99 "hb_cache_path_appnex": "/pbcache/endpoint", 100 "hb_pb": "0.00", 101 "hb_pb_appnexus": "0.00", 102 "hb_size": "200x250", 103 "hb_size_appnexus": "200x250" 104 } 105 } 106 } 107 } 108 ] 109 } 110 ] 111 } 112 } 113 }