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
homescope.Segments page with the
segmentsscope.Standard segment builders with the
buildersscope.A specific set of segments with the
segmentsscope and segment IDs in thesegment_idsproperty.A specific set of standard segment
builderswith the builders scope and builder IDs in thebuilder_idsproperty.

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
Was this helpful?