github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/amp/valid-supplementary/imp-with-stored-resp.json (about) 1 { 2 "description": "Amp request where impression makes reference to a valid stored response with a $5.00 bid", 3 "query": "tag_id=101", 4 "mockAmpStoredResponse": { 5 "6d718149": "[{\"bid\": [{\"id\": \"bid_id\", \"price\": 5.00, \"ext\": {\"prebid\": {\"type\":\"video\", \"targeting\": { \"hb_pb\": \"1.20\", \"hb_cat\": \"IAB-20\", \"hb_cache_id\": \"some_id\"}}}}],\"seat\": \"appnexus\"}]" 6 }, 7 "mockBidRequest": { 8 "id": "request-with-stored-resp", 9 "site": { 10 "page": "test.somepage.com" 11 }, 12 "imp": [ 13 { 14 "id": "my-imp-id", 15 "banner": { 16 "format": [ 17 { 18 "w": 300, 19 "h": 600 20 } 21 ] 22 }, 23 "ext": { 24 "prebid": { 25 "bidder": { 26 "appnexus": { 27 "placementId": 12883451 28 } 29 }, 30 "storedauctionresponse": { 31 "id": "6d718149" 32 } 33 } 34 } 35 } 36 ] 37 }, 38 "expectedAmpResponse": { 39 "targeting": { 40 "hb_bidder": "appnexus", 41 "hb_bidder_appnexus": "appnexus", 42 "hb_cache_host": "www.pbcserver.com", 43 "hb_cache_host_appnex": "www.pbcserver.com", 44 "hb_cache_id": "0", 45 "hb_cache_id_appnexus": "0", 46 "hb_cache_path": "/pbcache/endpoint", 47 "hb_cache_path_appnex": "/pbcache/endpoint", 48 "hb_pb": "5.00", 49 "hb_pb_appnexus": "5.00" 50 }, 51 "ortb2": { 52 "ext": { 53 "warnings": { 54 "general": [ 55 { 56 "code": 10002, 57 "message": "debug turned off for account" 58 } 59 ] 60 } 61 } 62 } 63 }, 64 "expectedReturnCode": 200 65 }