Embedding with the Web Component

When you embed an Explo dashboard or report builder with the web component, you may specify the environment for example with dashboards in the following way:

<explo-dashboard dash-customer-token="dashboard_id:customer_token" environment="production">
</explo-dashboard>

Specify the environment tag with the environment property.

Embedding with the iFrame

When you embed with an iFrame, you can specify the environment tag as the final parameter in the URL for example with dashboards as such:

https://explo.co/iframe/:dashboardid/:customer_token/production

Not specifying an environment

If you don’t specify an environment tag, then we will use the most recently saved version.