{
  "name": "dashboard-conversion-panel",
  "kind": "panel",
  "primary": "col-ui",
  "page": "/apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "slots": [],
  "nested": [
    "dashboard-funnel",
    "dashboard-cohort-retention"
  ],
  "attrs": {
    "data-tab-panel": "conversion",
    "gap": "4",
    "hidden": ""
  },
  "html": "<col-ui data-tab-panel=\"conversion\" gap=\"4\" hidden>\n          <grid-ui><!-- nested: dashboard-funnel --></grid-ui>\n\n          <grid-ui><!-- nested: dashboard-cohort-retention --></grid-ui>\n        </col-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "dashboard",
    "description": "Conversion analytics panel: funnel + goals.",
    "keywords": [
      "conversion",
      "funnel",
      "goals",
      "checkout",
      "signup",
      "purchases",
      "revenue"
    ],
    "related": [
      "dashboard-acquisition-panel",
      "dashboard-reports-panel"
    ],
    "tags": {
      "complexity": "moderate",
      "layout": "panel"
    }
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Conversion funnel"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "textContent": "Visit → Sign up → Activate → Convert"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "strong": true,
      "textContent": "Visited landing page"
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "textContent": "28,432 visitors"
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "text-3",
        "text-4"
      ]
    },
    {
      "id": "text-5",
      "component": "Text",
      "strong": true,
      "textContent": "100%"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "column-2",
        "text-5"
      ]
    },
    {
      "id": "progress-row",
      "component": "ProgressRow",
      "label": "Signed up",
      "meta": "11,942 · 42%",
      "value": 42
    },
    {
      "id": "progress-row-2",
      "component": "ProgressRow",
      "label": "Activated",
      "meta": "7,961 · 28%",
      "value": 28
    },
    {
      "id": "progress-row-3",
      "component": "ProgressRow",
      "label": "Converted to paid",
      "meta": "2,274 · 8.0%",
      "value": 8
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "3",
      "children": [
        "row",
        "progress-row",
        "progress-row-2",
        "progress-row-3"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    },
    {
      "id": "grid-2",
      "component": "Grid",
      "children": [
        "card"
      ]
    },
    {
      "id": "grid",
      "component": "Grid",
      "children": [
        "grid-2"
      ]
    },
    {
      "id": "text-6",
      "component": "Text",
      "variant": "heading",
      "textContent": "Retention by signup week"
    },
    {
      "id": "text-7",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "% of users still active in week N"
    },
    {
      "id": "header-2",
      "component": "Header",
      "children": [
        "text-6",
        "text-7"
      ]
    },
    {
      "id": "analytics-cohort",
      "component": "Table"
    },
    {
      "id": "section-2",
      "component": "Section",
      "bleed": true,
      "children": [
        "column-3"
      ]
    },
    {
      "id": "column-3",
      "component": "Column",
      "children": [
        "analytics-cohort"
      ]
    },
    {
      "id": "card-2",
      "component": "Card",
      "children": [
        "header-2",
        "section-2"
      ]
    },
    {
      "id": "grid-4",
      "component": "Grid",
      "children": [
        "card-2"
      ]
    },
    {
      "id": "grid-3",
      "component": "Grid",
      "children": [
        "grid-4"
      ]
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "4",
      "data-tab-panel": "conversion",
      "children": [
        "grid",
        "grid-3"
      ]
    }
  ]
}
