Dashboard Features
Analytics Reporting
Dashboard Features
Analytics Reporting
Hook your embedded dashboards up to your own analytics endpoints to receive information about page views and clicks.
Configuring Analytics
On the settings page, there’s a subsection in the Developers section for Analytics. From here, you can supply a URL and, optionally, authorization token for Explo to send information to and select the set of actions you want reported.
Note that the url must be formatted as a valid url with http://
or https://
.
Analytics Data
When, for example, your dashboard is viewed from a Share link, Explo will send a request to the supplied URL with the following shape.
Field | Type | Description |
---|---|---|
user_id | string | Id of the user who triggered the event |
name | string | The type of event triggered |
properties | json | Metadata about the event |
custom_properties | json | Custom metadata passed in to embedded component |
Event Types
Shared Event Types
Name |
---|
Portal Dashboard Page Viewed |
Data Panel PDF Downloaded |
CSV Downloaded |
Table Sorted |
Table Paged |
Table Filtered |
Dropdown Selected |
Multiselect Selected |
Datepicker Selected |
Explore Specific Event Types
Name |
---|
Dashboard Page Viewed |
Shared Dashboard Page Viewed |
Shared Chart Viewed |
Share Button Clicked |
Architect Specific Event Types
Name |
---|
End User Dashboard Page Viewed |
End User Dashboard Created |
End User Dashboard Copied |
End User Dashboard Edited |
End User Dashboard Deleted |
End User Dashboard Loaded |
Template Copied |
Chart Created |
Metadata Properties
Shared Properties
Field | Type |
---|---|
team_id | int |
team_name | string |
customer_id | int |
customer_name | string |
customer_provided_id | string |
customer_is_demo | boolean |
Explore Properties
Field | Type |
---|---|
dashboard_template_id | int |
dashboard_template_name | string |
Architect Properties
Field | Type |
---|---|
blueprint_id | int |
blueprint_name | string |
Dashboard specific events additional properties
Field | Type |
---|---|
dashboard_id | int or ‘base_dashboard’ |
dashboard_name | string |
Template Created additional properties
Field | Type |
---|---|
template_name | string |
Page View Event Additional Properties
Field | Type | Description |
---|---|---|
is_production | bool | true if this is a production dashboard |
environment | string | the environment tag supplied when the dashboard was embedded |
is_strict | bool | whether the dashboard was embedded in strict mode |
embed_source | string | share or iframe, depending on how the dashboard was embedded |