You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implement an analytics system,
So that I can track the number of times each component is tested, identify which components are most used, and monitor the number of users connecting to the dApp and the external links they visit.
Acceptance Criteria:
Component Usage Tracking:
Integrate an analytics system to log the number of times each component in the dApp is used.
Generate a report showing the most used components and their frequency of use.
User Connection Monitoring:
Implement tracking to capture the number of users connecting to the dApp.
Ensure data is available in a dashboard accessible to developers for analysis.
External Link Tracking:
Configure the system to track external links users navigate to from the dApp.
Store and display data about these external links in the analytics reports.
The text was updated successfully, but these errors were encountered:
Important
this issue depends on BootNodeDev/dAppBooster#97 to be implemented first
I want to implement an analytics system,
So that I can track the number of times each component is tested, identify which components are most used, and monitor the number of users connecting to the dApp and the external links they visit.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: