analytics_dashboard_create
Save a named dashboard for the current product: up to forty tiles, each either a reference to a saved insight by its uuid (from analytics_insight_list) or a block of markdown, each placed on a twelve-column grid.
Save a named dashboard for the current product: up to forty tiles, each either a reference to a saved insight by its uuid (from analytics_insight_list) or a block of markdown, each placed on a twelve-column grid. The slug is the address the dashboard is read by and cannot be changed later. Stores the arrangement only; it does not run it. Every insight a tile names must already exist in this product, so a stored dashboard always resolves.
Behavior
- HTTP
POST /analytics/dashboards
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | • | No description in the catalog. |
| slug | string | • | No description in the catalog. |
| tags | array | — | No description in the catalog. |
| tiles | array | • | No description in the catalog. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | |
| name | string | • | |
| slug | string | • | |
| tags | array | — | |
| tiles | array | • | |
| created_at | string | • | |
| created_by | string | • | |
| product_id | string | • | |
| updated_at | string | • |
Try it
Save a named dashboard for the current product: up to forty tiles, each either a reference to a saved insight by its uuid (from analytics_insight_list) or a block of markdown, each placed on a twelve-column grid.