Retention rate
In Kameleoon, the retention rate measures how many visitors/visits make a click on the first page they land on. It is the opposite of the bounce rate. Kameleoon provides this goal as a pre-created goal, so you only need to attach it to an experiment to start tracking conversions. This goal should only be used for experiments running on landing pages. Otherwise, it may trigger before the visitor is targeted, preventing the conversion from being recorded in the test, as only post-targeting conversions are recorded in a test. Kameleoon example:

Bounce rate
The bounce rate measures how many visitors/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 (i.e., leave the page without clicking). This script runs on all pages, meaning a bounce will be recorded on the last page viewed by the visitor. 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 this page was the last viewed to the total number of sessions that included this 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