Dashboards
Each dashboard is represented by a DashboardRegistration object. It has a title, scopes, and a DashboardContent. Its content is composed of sections and cards.
Dashboards can be displayed on:
Datamart's home page with the
home
scope.Segments page with the
segments
scope.Standard segment builders with the
builders
scope.A specific set of segments with the
segments
scope and segment IDs in thesegment_ids
property.A specific set of standard segment
builders
with the builders scope and builder IDs in thebuilder_ids
property.
You can have multiple dashboards at the same scope.
If you have multiple dashboards to be displayed at a given scope, tabs will be created to switch between them. If you don't have multiple dashboards, it is displayed without any tab.
It is best to have multiple dashboards than a single big one to prevent too many requests from being executed simultaneously.
See REST resources for managing dashboards by API.
Tip: Cloning a dashboard
If you want to start from an existing dashboard, you can
Open the dashboard you want to clone on the computing console
Go to the Advanced tab and copy the whole JSON
Create a new dashboard
Go to the Advanced tab and paste the whole JSON
Start editing your new dashboard in the WISYWIG or the Advanced tab
Last updated