Conversion Tracking
Tracking visitor sessions and conversions on your websites allows you to correlate website speed with business outcomes like bounce rates or conversion rates.
Enable conversion tracking
DebugBear does not enable session tracking by default. You can enable it in the RUM configuration tab of your project. After enabling this setting, a cookie will be set on your website to track page views that belong to a specific visitor session.
Record conversions
To record a conversion event you can use our RUM snippet API and run this JavaScript code.
window.dbbRum = window.dbbRum || [];
window.dbbRum.push(["conversion", "Order Confirmed"]);
Correlating web performance and conversion rate
The Conversions tab on DebugBear can tell you how likely visitors with different page load times are to convert.
Each bucket represents the average metric value across the session. The line shows the conversion rate for each bucket.
