Analytics & Insights

Understand your users and measure the impact of your widgets with real-time analytics.

Conversion Tracking

Track how many users interact with your widgets and how many convert into leads or customers.

Event Monitoring

See every click, vote, and submission as it happens across your entire project.

Key Metrics

The Analytics dashboard provides a high-level overview of your project's health:

  • Total Page Views: Track traffic across all pages where PanWidget is installed.
  • Widget Interactions: Measure engagement for Chat, Feedback, and Roadmap widgets.
  • Lead Generation: See the number of new leads captured via chat and forms.
  • Churn Prevention: Monitor how many users were "saved" by the Churn Saver widget.

Visitor Insights

Geographic & Browser Data

We automatically capture anonymized data about your visitors, including their country, browser, and device type, helping you understand your audience better.

Custom Events

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'
});