Embedding Dashboards and Reports

You can embed a dashboard or a job status page in your web page without the Arcadia Data header.

To remove Arcadia Data header, simply append the ?embed=true tag to the end of the URL, and embed it in your web page using an <iframe> tag.

This article includes the following sections:

Removing the Dashboard Header

The following steps demonstrate how to remove the Arcadia Data header from a dashboard. Note that you can only remove the header in View only mode.
  1. Open any dashboard in View mode. We opened the Cereals Data dashboard. Notice that the dashboard shows the Arcadia Data header at the top.
    Dashboard with Arcadia Data header
    Dashboard with Arcadia Data Header
  2. To remove Arcadia Data header from the dashboard, follow these steps:
    1. Note the URL of the dashboard.
      http://<appserverip>:<port>/arc/apps/app/<dashboard ID>

      In our example, it is

      http://127.0.0.1:8000/arc/apps/app/3851 
    2. Add ?embed=true at the end of the URL and click enter. For example:
      http://127.0.0.1:8000/arc/apps/app/3851?embed=true 
  3. In the following image, notice that the header is removed from the dashboard.

    Dashboard without the Arcadia Data header
    Dashboard without the Arcadia Data Header
You can now embed the dashboard in your web page using an <iframe> tag.

Removing the Jobs Page Header

The following steps demonstrate how to remove the Arcadia Data header from the Jobs status page. Depending on your role, you can perform actions on this interface, such as cancel or delete scheduled jobs.

  1. Navigate to a Jobs status page. In the following image, notice that the job status page shows the Arcadia Data header.
    Dashboard with Acadia Data header
    Dashboard with Arcadia Data Header
  2. To remove the header from the job status page, follow these steps:
    1. Note the URL of the dashboard.

      http://<appserverip>:<port>/arc/jobs/<jobs_ID>

      In our example, it is

      http://127.0.0.1:8000/arc/jobs/adminlogs
    1. Add ?embed=true at the end of the URL and click enter. For example:

      http://127.0.0.1:8000/arc/jobs/adminlogs?embed=true

    In the following image, notice that there is no header on the Jobs status page.

    Job Status page without Arcadia Data header
    Jobs Status Page without the Arcadia Data Header

You can now embed the Jobs page in your web page using an <iframe> tag.