{ "mocks": [ { "request": { "path": "/bidding", "header": { "x_fledge_buyer_bidding_logic_version": "3" } }, "response": { "body": "BiddingLogicV3WithDebugReportingWithRejectReason.js", "header": { "x_fledge_buyer_bidding_logic_version": "3" } } }, { "request": { "path": "/scoring" }, "response": { "body": "ScoringLogicWithRejectReason.js" } }, { "request": { "path": "/scoring/trusted" }, "response": { "body": "ScoringSignals.json" } }, { "request": { "path": "/bidding/trusted" }, "response": { "body": "BiddingSignals.json" } }, { "request": { "path": "/buyer/reportWin?ca_name=shoes&wb=10.0&madeWb=true&hob=5.0&madeHob=true" }, "response": { "body": null }, "verify_called": true }, { "request": { "path": "/buyer/reportLoss?ca_name=shirts&wb=10.0&madeWb=true&hob=0.0&madeHob=false&rejectReason=blocked-by-publisher" }, "response": { "body": null }, "verify_called": true }, { "request": { "path": "/seller/reportWin" }, "response": { "body": null } }, { "request": { "path": "/seller/reportLoss" }, "response": { "body": null } } ], "substitutions": { "": "{base_url_with_prefix}/bidding/daily", "": "{base_url_with_prefix}/render_ad/1", "": "{base_url_with_prefix}/render_ad/2", "": "{base_url_with_prefix}/bidding/trusted", "": "{base_url_with_prefix}/buyer/reportImpression", "": "{base_url_with_prefix}/seller/reportImpression", "": "{base_url_with_prefix}/buyer/reportWin", "": "{base_url_with_prefix}/buyer/reportLoss", "": "{base_url_with_prefix}/seller/reportWin", "": "{base_url_with_prefix}/seller/reportLoss" } }