Open the menu
    ```html

    Customer Experience: Add Dashboard

    Add a new dashboard.

    Features

    • It is an administration interface

    Screens

    Add Dashboard
    • Title (short text (string), required field, maximum size: 255) : The title of the dashboard.
    • Type (short text (string), required field, maximum size: 255, default value: custom) : The type of the dashboard.
      • User Behavior: default dashboard that contains reports related to user behavior.
      • Page Views: default dashboard that contains reports related to page views.
      • Content Views: default dashboard that contains reports related to content viewing on the portal.
      • Traffic: default dashboard that contains reports related to page traffic.
      • Performance Analysis: default dashboard that contains information related to errors and portal performance. Mainly intended for system administrators.
      • Customized: customized dashboard, where reports can be added.
    • Position (integer, required field, default value: 0) : Sorting position of the dashboard.
    • Share (conditional (boolean), required field, default value: false) : Indicates whether the dashboard is being shared with other service instances of Customer Experience that share a common area tag with this service instance.
    • Email dashboard sending (short text (string), required field, maximum size: 10, default value: none) : [Email sending type. A dashboard can be configured to be sent periodically by email through this setting. Accepts one of the following values:
      Do not send
      With this option, the dashboard will not be sent via email.
      Send daily
      With this option, an email with the dashboard will be sent daily, at a specific time.
      Send weekly
      With this option, an email with the dashboard will be sent weekly, on a specific day and time.
    • Day of the week (integer) : Day of the week when the dashboard will be sent by email. Only available if the field "Email dashboard sending" is "Send weekly".
    • Approximate sending time (integer) : Approximate time of the day when the dashboard will be sent by email. Only available if the field "Email dashboard sending" is "Send weekly" or "Send daily".
    • Email recipients (separated by comma) (long text (text)) : Recipients (separated by comma) of the sent emails. Example: email1@mycompany.com,email2@mycompany.com,emailn@mycompany.com
    • Content performance dashboard (conditional (boolean), required field) : Indicates whether it is a content performance dashboard, allowing it to be accessed from administration. If a content has an instance of Customer Experience associated with a dashboard with this field active (or that has been inherited), it becomes accessible from the content administration by clicking on the performance chart. Only one dashboard per instance of Customer Experience can have this flag enabled at a time. If another dashboard is created or edited in the same instance of Customer Experience, enabling this field, the first dashboard will have this flag automatically disabled.
    • A/B test performance dashboard (conditional (boolean), required field)

    Permissions

    • Manage Data Analysis: Allows managing Data Analysis mode, permitting the creation, editing, and deletion of reports and dashboards.

    Actions

    • Confirm with Ok
    ```