{ "mocks": [ { "request": { "path": "/bidding", "header": { "x_fledge_buyer_bidding_logic_version": "3" } }, "response": { "body": "BiddingLogicV3WithDebugReporting.js", "header": { "x_fledge_buyer_bidding_logic_version": "3" } } }, { "request": { "path": "/scoring" }, "response": { "body": "ScoringLogicWithDebugReporting.js" } }, { "request": { "path": "/scoring/trusted" }, "response": { "body": "ScoringSignals.json" } }, { "request": { "path": "/bidding/trusted" }, "response": { "body": "BiddingSignals.json" } }, { "request": { "path": "/buyer/reportImpression" }, "response": { "body": null } }, { "request": { "path": "/seller/reportImpression" }, "response": { "body": null } }, { "request": { "path": "/buyer/reportWin" }, "response": { "body": null }, "verify_called": true }, { "request": { "path": "/buyer/reportLoss" }, "response": { "body": null }, "verify_called": true }, { "request": { "path": "/seller/reportWin" }, "response": { "body": null }, "verify_called": true }, { "request": { "path": "/seller/reportLoss" }, "response": { "body": null }, "verify_called": true } ], "substitutions": { "": "{base_url_with_prefix}/bidding/daily", "": "{base_url_with_prefix}/render_ad/1", "": "{base_url_with_prefix}/render_ad/2", "https://js.example.com/render/ad1": "{base_url_with_prefix}/render_ad/1", "https://js.example.com/render/ad2": "{base_url_with_prefix}/render_ad/2", "": "{base_url_with_prefix}/bidding/trusted", "https://js.example.com/bidding/trusted": "{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" } }