Retention rate
In Kameleoon, the retention rate measures how many visitors and visits make a click on the first page they land on. It is the opposite of the bounce rate. Kameleoon provides this as a pre-created goal, so you only need to attach it to an experiment to start tracking conversions. Use this goal only for experiments running on landing pages. Otherwise, the goal may trigger before the visitor is targeted, which prevents the test from recording the conversion. Tests only record post-targeting conversions. Kameleoon example:

Bounce rate
The bounce rate measures how many visitors and visits leave the site without making any click on the page. This metric is the opposite of the retention rate. You can add the code below to the Kameleoon Global Script to track conversions when visitors bounce (when they leave the page without clicking). This script runs on all pages, meaning the script records a bounce on the last page the visitor viewed. To track the bounce rate for a specific page, simply wrap the code in anif statement that checks the page URL.


Exit rate
In GA4, for a given page, the exit rate is the ratio of sessions where that page was the last page viewed to the total number of sessions that included that page. GA4 example:- Session 1: page A → page B → page C
- Session 2: page A
- Session 3: page A → page C
- Session 4: page B → page C → page A → page B