{ "mocks": [ { "request": { "path": "/bidding" }, "response": { "body": "BiddingLogicV2WithDataVersionHeader.js" }, "verify_called": true }, { "request": { "path": "/scoring" }, "response": { "body": "ScoringLogicWithDataVersionHeader.js" }, "verify_called": true }, { "request": { "path": "/scoring/trusted" }, "response": { "body": "ScoringSignals.json", "header": { "x-fledge-scoring-signals-format-version": 2 } }, "verify_called": true }, { "request": { "path": "/bidding/trusted" }, "response": { "body": "BiddingSignals.json", "header": { "x-fledge-bidding-signals-format-version": 300 } }, "verify_called": true }, { "request": { "path": "/buyer/reportImpression" }, "response": { "body": null }, "verify_called": true }, { "request": { "path": "/buyer/reportImpression?dataVersion=300" }, "response": { "body": null }, "verify_not_called": true }, { "request": { "path": "/seller/reportImpression?dataVersion=2" }, "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", "": "{base_url_with_prefix}/bidding/trusted", "": "{base_url_with_prefix}/buyer/reportImpression", "": "{base_url_with_prefix}/scoring/trusted", "": "{base_url_with_prefix}/seller/reportImpression" } }