{
  "objectives": {
    "first_task": {
      "metric": "conversion",
      "event": "task_completed",
      "unit": "user",
      "anchor": "first_seen",
      "untilSeconds": 86400
    },
    "d1": {
      "metric": "retention",
      "event": "session_started",
      "unit": "user",
      "anchor": "first_seen",
      "fromSeconds": 86400,
      "untilSeconds": 172800
    },
    "d3": {
      "metric": "retention",
      "event": "session_started",
      "unit": "user",
      "anchor": "first_seen",
      "fromSeconds": 259200,
      "untilSeconds": 345600
    }
  },
  "measurement": {
    "first_task": {},
    "d1": {},
    "d3": {}
  },
  "decisions": {
    "onboarding": {
      "mode": "settings",
      "assignment": "user",
      "variables": {
        "start": {
          "type": "string",
          "values": [
            "guided",
            "self_directed"
          ],
          "default": "guided"
        }
      },
      "inputs": {},
      "optimize": {
        "first_task": 1,
        "d1": 3
      },
      "learning": {
        "exploration": 0.2,
        "holdout": 0.2,
        "decay": 0.9999,
        "transfer": "preserve"
      },
      "semanticsVersion": 1
    }
  }
}
