How to track how many users are using the dashboard?
To monitor how many users are utilizing the dashboard, there are two primary methods depending on the context of use: Bold BI server and embedded applications.
1. Usage Analytics Dashboard in Bold BI Server
For users operating within the Bold BI server, you can access the Usage Analytics Dashboard. This dashboard provides insights into user activity and can be accessed through the following link:
2. API for Embedded Applications
If you are using an embedded application, you can track user activity through the API that retrieves item activity logs. Specifically, you can obtain dashboard visit logs by filtering for SourceType
as embed
, which will provide you with the necessary data regarding embedding activities.
For detailed information on how to use this API, refer to the following documentation:
API Reference for Activity Logs
Using this API, you can effectively retrieve user activity information from your application.