{
  "title": "View-through window length: how one setting moves attributed revenue",
  "synthetic": true,
  "inputs": {
    "clickRev": 6000,
    "shortView": 800,
    "extraLong": 1500
  },
  "outputs": [
    {
      "label": "Total at short window",
      "javascript": "v.clickRev+v.shortView",
      "expected": 6800
    },
    {
      "label": "Total at long window",
      "javascript": "v.clickRev+v.shortView+v.extraLong",
      "expected": 8300
    },
    {
      "label": "Window-only increment",
      "javascript": "v.extraLong",
      "expected": 1500
    }
  ],
  "constraints": [],
  "limits": "Windows, view definitions and eligibility are product-specific. Read the current MMP/network setting before copying these hours into an account."
}
