{
  "title": "Network clicks versus MMP clicks: three legitimate reasons they differ",
  "synthetic": true,
  "inputs": {
    "network": 50000,
    "mmp": 42000,
    "both": 40500
  },
  "outputs": [
    {
      "label": "Network only",
      "javascript": "v.network-v.both",
      "expected": 9500
    },
    {
      "label": "MMP only",
      "javascript": "v.mmp-v.both",
      "expected": 1500
    },
    {
      "label": "Match rate vs network %",
      "javascript": "100*v.both/v.network",
      "expected": 81
    }
  ],
  "constraints": [
    "v.both<=v.network",
    "v.both<=v.mmp"
  ],
  "limits": "Click definitions (engaged click, mraid, prefetch) differ by network. This arithmetic cannot name the cause."
}
