Bounce rate
Bounce occurs when a user leaves the site after viewing only one page. If the number of page views in a session is equal to one, the session is considered a bounce.
A session is hashed from key page view data, including:
- IP address
- User-Agent header
- Timestamp of the start of the current hour.
A user’s bounce rate is calculated as: Bounce rate = bounces / visits
