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