Widget analytics and event tracking

Created by Certorix Online, Modified on Mon, 4 May at 9:31 PM by Certorix Online

Widget analytics

Certorix provides built‑in analytics for widget usage. View metrics on the Dashboard and in exported reports.

Metrics collected

  • Sessions started – Number of diagnostic sessions initiated.
  • Sessions completed – Sessions that reached a Solution or Result node.
  • Completion rate – Completed / Started.
  • Average time to complete – Time from start to end node.
  • Most common paths – Popular sequences of answers.
  • Drop‑off points – Nodes where customers frequently abandon.
  • Tickets created – Number of contact form submissions.
  • AI chat interactions – Messages sent, satisfaction ratings.

Viewing analytics

Go to DashboardAnalytics tab.

Filters available:

  • Date range (last 24 hours, 7 days, 30 days, custom)
  • Specific tree(s)
  • Widget placement (website, Freshdesk, direct link)
  • Language

Exporting analytics

Click Export CSV to download raw event data for your own analysis (looker, Excel, BI tools).

Exported data includes:

  • Session ID (anonymised)
  • Timestamp (start and end)
  • Tree ID and title
  • Node sequence (IDs)
  • Answers given (if not PII)

Custom event tracking via JavaScript API

Send your own events from your webpage to Certorix analytics:

cw('track', 'custom_event', { value: 'something' });

Custom events appear in the analytics dashboard under 'Custom' tab and in CSV exports.

Privacy and PII

Certorix analytics:

  • Does not track IP addresses (anonymised).
  • Does not track customer name/email in analytics (only in ticket creation).
  • Session IDs are hashed in exports.
  • You can disable analytics collection entirely by toggling Disable analytics in Company Profile → Privacy settings.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article