{
  "title": "Web-shop and store IAP in one LTV: a double-count diagnostic",
  "synthetic": true,
  "inputs": {
    "store": 4000,
    "web": 2500,
    "both": 900
  },
  "outputs": [
    {
      "label": "Naive LTV revenue",
      "javascript": "v.store+v.web",
      "expected": 6500
    },
    {
      "label": "Deduped LTV revenue",
      "javascript": "v.store+v.web-v.both",
      "expected": 5600
    },
    {
      "label": "Overlap share %",
      "javascript": "100*v.both/(v.store+v.web)",
      "expected": 13.846153846153847
    }
  ],
  "constraints": [
    "v.both<=v.store",
    "v.both<=v.web"
  ],
  "limits": "Person keys, tax treatment and refund timing differ by stack. This does not certify a web-shop MMP integration."
}
