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 the segment_ids property.

  • A specific set of standard segment builders with the builders scope and builder IDs in the builder_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

  1. Open the dashboard you want to clone on the computing console

  2. Go to the Advanced tab and copy the whole JSON

  3. Create a new dashboard

  4. Go to the Advanced tab and paste the whole JSON

  5. Start editing your new dashboard in the WISYWIG or the Advanced tab

Last updated