{ "mocks": [ { "request": { "path": "/bidding" }, "response": { "body": "BiddingLogicV2ImpressionAdCost.js" }, "verify_called": true }, { "request": { "path": "/scoring" }, "response": { "body": "ScoringLogicAdCost.js" }, "verify_called": true }, { "request": { "path": "/scoring/trusted" }, "response": { "body": "ScoringSignals.json" } }, { "request": { "path": "/bidding/trusted" }, "response": { "body": "BiddingSignals.json" } }, { "request": { "path": "/reportWin?ca=shoes?adCost=1.0" }, "response": { "body": null }, "verify_called": true }, { "request": { "path": "/reportResult" }, "response": { "body": null } } ], "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}", "": "{base_url_with_prefix}" } }