1{ 2 "mocks": [ 3 { 4 "request": { 5 "path": "/bidding" 6 }, 7 "response": { 8 "body": "BiddingLogicV2ImpressionAdCost.js" 9 }, 10 "verify_called": true 11 }, 12 { 13 "request": { 14 "path": "/scoring" 15 }, 16 "response": { 17 "body": "ScoringLogicAdCost.js" 18 }, 19 "verify_called": true 20 }, 21 { 22 "request": { 23 "path": "/scoring/trusted" 24 }, 25 "response": { 26 "body": "ScoringSignals.json" 27 } 28 }, 29 { 30 "request": { 31 "path": "/bidding/trusted" 32 }, 33 "response": { 34 "body": "BiddingSignals.json" 35 } 36 }, 37 { 38 "request": { 39 "path": "/reportWin?ca=shoes?adCost=1.0" 40 }, 41 "response": { 42 "body": null 43 }, 44 "verify_called": true 45 }, 46 { 47 "request": { 48 "path": "/reportResult" 49 }, 50 "response": { 51 "body": null 52 } 53 } 54 ], 55 "substitutions": { 56 "<daily-update-uri>": "{base_url_with_prefix}/bidding/daily", 57 "<ad-render-uri-1>": "{base_url_with_prefix}/render_ad/1", 58 "<ad-render-uri-2>": "{base_url_with_prefix}/render_ad/2", 59 "https://js.example.com/render/ad1": "{base_url_with_prefix}/render_ad/1", 60 "https://js.example.com/render/ad2": "{base_url_with_prefix}/render_ad/2", 61 "<buyer-trusted-bidding-uri>": "{base_url_with_prefix}/bidding/trusted", 62 "https://js.example.com/bidding/trusted": "{base_url_with_prefix}/bidding/trusted", 63 "<buyer-reporting-uri>": "{base_url_with_prefix}", 64 "<seller-reporting-uri>": "{base_url_with_prefix}" 65 } 66} 67