1{ 2 "mocks": [ 3 { 4 "request": { 5 "path": "/bidding" 6 }, 7 "response": { 8 "body": "BiddingLogicV2.js" 9 }, 10 "verify_called": true 11 }, 12 { 13 "request": { 14 "path": "/scoring" 15 }, 16 "response": { 17 "body": "ScoringLogic.js" 18 }, 19 "verify_called": true 20 }, 21 { 22 "request": { 23 "path": "/scoring/trusted" 24 }, 25 "response": { 26 "body": "ScoringSignals.json" 27 }, 28 "verify_called": true 29 }, 30 { 31 "request": { 32 "path": "/bidding/trusted" 33 }, 34 "response": { 35 "body": "BiddingSignals.json" 36 }, 37 "verify_called": true 38 }, 39 { 40 "request": { 41 "path": "/mediation" 42 }, 43 "response": { 44 "body": "MediationLogic.js" 45 }, 46 "verify_called": true 47 }, 48 { 49 "request": { 50 "path": "/buyer/reportImpression" 51 }, 52 "response": { 53 "body": "DefaultResponse.txt" 54 }, 55 "verify_called": true 56 }, 57 { 58 "request": { 59 "path": "/seller/reportImpression" 60 }, 61 "response": { 62 "body": "DefaultResponse.txt" 63 }, 64 "verify_called": true 65 } 66 ], 67 "substitutions": { 68 "<daily-update-uri>": "{base_url_with_prefix}/bidding/daily", 69 "<ad-render-uri-1>": "{base_url_with_prefix}/render_ad/1", 70 "<ad-render-uri-2>": "{base_url_with_prefix}/render_ad/2", 71 "<buyer-trusted-bidding-uri>": "{base_url_with_prefix}/bidding/trusted", 72 "<buyer-reporting-uri>": "{base_url_with_prefix}/buyer/reportImpression", 73 "<seller-reporting-uri>": "{base_url_with_prefix}/seller/reportImpression" 74 } 75} 76