{
  "name": "dashboard-acquisition-panel",
  "kind": "panel",
  "primary": "col-ui",
  "page": "/apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "slots": [],
  "nested": [
    "dashboard-traffic-channels"
  ],
  "attrs": {
    "data-tab-panel": "acquisition",
    "gap": "4",
    "hidden": ""
  },
  "html": "<col-ui data-tab-panel=\"acquisition\" gap=\"4\" hidden>\n          <grid-ui columns=\"1 3@lg\" gap=\"4\"><!-- nested: dashboard-traffic-channels --></grid-ui>\n        </col-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "dashboard",
    "description": "Acquisition analytics panel: traffic channels breakdown.",
    "keywords": [
      "acquisition",
      "traffic",
      "channels",
      "marketing",
      "campaigns",
      "source",
      "referrals"
    ],
    "related": [
      "dashboard-overview-panel",
      "dashboard-audience-panel",
      "dashboard-conversion-panel"
    ],
    "tags": {
      "complexity": "moderate",
      "layout": "panel"
    }
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Traffic"
    },
    {
      "id": "text-2",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "Sessions per day"
    },
    {
      "id": "segment",
      "component": "Segment",
      "text": "7d",
      "value": "7d"
    },
    {
      "id": "segment-2",
      "component": "Segment",
      "text": "30d",
      "value": "30d"
    },
    {
      "id": "segment-3",
      "component": "Segment",
      "text": "90d",
      "value": "90d"
    },
    {
      "id": "segmented-control",
      "component": "SegmentedControl",
      "value": "30d",
      "children": [
        "segment",
        "segment-2",
        "segment-3"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "body",
      "slot": "action",
      "children": [
        "segmented-control"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2",
        "text-3"
      ]
    },
    {
      "id": "analytics-traffic",
      "component": "Chart",
      "type": "line",
      "smooth": 0.4,
      "x": "day",
      "y": "sessions"
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "analytics-traffic"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "variant": "heading",
      "textContent": "Acquisition channels"
    },
    {
      "id": "text-5",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "Where sessions come from"
    },
    {
      "id": "header-2",
      "component": "Header",
      "children": [
        "text-4",
        "text-5"
      ]
    },
    {
      "id": "analytics-channels",
      "component": "Chart",
      "type": "donut",
      "x": "channel",
      "y": "sessions"
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "children": [
        "analytics-channels"
      ]
    },
    {
      "id": "card-2",
      "component": "Card",
      "children": [
        "header-2",
        "section-2"
      ]
    },
    {
      "id": "grid-2",
      "component": "Grid",
      "columns": "1 3@lg",
      "gap": "4",
      "children": [
        "card",
        "card-2"
      ]
    },
    {
      "id": "grid",
      "component": "Grid",
      "columns": "1 3@lg",
      "gap": "4",
      "children": [
        "grid-2"
      ]
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "4",
      "data-tab-panel": "acquisition",
      "children": [
        "grid"
      ]
    }
  ]
}
