{ "mocks": [ { "request": { "path": "/bidding" }, "response": { "body": "BiddingLogicV2Beacon.js" }, "verify_called": true }, { "request": { "path": "/scoring" }, "response": { "body": "ScoringLogicBeacon.js" }, "verify_called": true }, { "request": { "path": "/scoring/trusted" }, "response": { "body": "ScoringSignals.json" } }, { "request": { "path": "/bidding/trusted" }, "response": { "body": "BiddingSignals.json" } }, { "request": { "path": "/reportWin" }, "response": { "body": null }, "verify_called": true }, { "request": { "path": "/sellerInteraction?click", "method": "POST" }, "response": { "body_str": "200 OK" }, "verify_called": true }, { "request": { "path": "/reportResult" }, "response": { "body": null }, "verify_called": true }, { "request": { "path": "/buyerInteraction?click", "method": "POST" }, "response": { "body_str": "200 OK" }, "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}", "": "{base_url_with_prefix}" } }