{ "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" } } ], "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" } }