Understand your users and measure the impact of your widgets with real-time analytics.
Track how many users interact with your widgets and how many convert into leads or customers.
See every click, vote, and submission as it happens across your entire project.
The Analytics dashboard provides a high-level overview of your project's health:
We automatically capture anonymized data about your visitors, including their country, browser, and device type, helping you understand your audience better.
You can send custom events to PanWidget from your own application code to track specific user actions:
// Track a custom event
window.PanWidget.track('button_click', {
buttonId: 'signup_hero',
plan: 'pro'
});