github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/targeting-cache-vast.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 "video": { 12 "mimes": [ 13 "video/mp4" 14 ] 15 }, 16 "ext": { 17 "prebid": { 18 "bidder": { 19 "appnexus": { 20 "placementId": 1 21 } 22 } 23 } 24 } 25 } 26 ], 27 "ext": { 28 "prebid": { 29 "cache": { 30 "vastxml": {} 31 }, 32 "targeting": { 33 "pricegranularity": { 34 "precision": 2, 35 "ranges": [ 36 { 37 "min": 0, 38 "max": 20, 39 "increment": 0.1 40 } 41 ] 42 }, 43 "includebidderkeys": true, 44 "includewinners": true 45 } 46 } 47 } 48 } 49 }, 50 "outgoingRequests": { 51 "appnexus": { 52 "mockResponse": { 53 "pbsSeatBids": [ 54 { 55 "pbsBids": [ 56 { 57 "ortbBid": { 58 "id": "winning-bid", 59 "impid": "my-imp-id", 60 "price": 0.01, 61 "w": 200, 62 "h": 250, 63 "crid": "creative-1" 64 }, 65 "bidType": "video" 66 } 67 ], 68 "seat": "appnexus" 69 } 70 ] 71 } 72 } 73 }, 74 "response": { 75 "bids": { 76 "id": "some-request-id", 77 "seatbid": [ 78 { 79 "seat": "appnexus", 80 "bid": [ 81 { 82 "id": "winning-bid", 83 "impid": "my-imp-id", 84 "price": 0.01, 85 "w": 200, 86 "h": 250, 87 "crid": "creative-1", 88 "ext": { 89 "origbidcpm": 0.01, 90 "prebid": { 91 "meta": { 92 }, 93 "cache": { 94 "bids": { 95 "cacheId": "0", 96 "url": "https://www.pbcserver.com/pbcache/endpoint?uuid=0" 97 }, 98 "key": "", 99 "url": "" 100 }, 101 "type": "video", 102 "targeting": { 103 "hb_bidder": "appnexus", 104 "hb_bidder_appnexus": "appnexus", 105 "hb_cache_host": "www.pbcserver.com", 106 "hb_cache_host_appnex": "www.pbcserver.com", 107 "hb_cache_path": "/pbcache/endpoint", 108 "hb_cache_path_appnex": "/pbcache/endpoint", 109 "hb_uuid": "0", 110 "hb_uuid_appnexus": "0", 111 "hb_pb": "0.00", 112 "hb_pb_appnexus": "0.00", 113 "hb_size": "200x250", 114 "hb_size_appnexus": "200x250" 115 } 116 } 117 } 118 } 119 ] 120 } 121 ] 122 } 123 } 124 }