diff --git a/contents/docs/glossary.mdx b/contents/docs/glossary.mdx index d92e21f83f90..6cc0bfd2a3bb 100644 --- a/contents/docs/glossary.mdx +++ b/contents/docs/glossary.mdx @@ -49,7 +49,7 @@ Business to customer. It's when you make money by selling things or services to Business Associate Agreement, or also known as a Business Associate Contract. It's a legal document signed by contractors who may have to handle [personal health information](/manual/glossary#PHI) in order to agree to and satisfy the requirements of [HIPAA](/manual/glossary#HIPAA). [Find out more about PostHog and HIPAA](/docs/privacy/hipaa-compliance). #### Bounce rate -A bounce is a session where the user only had one pageview, no autocaptures, and spent less than 30 seconds on the page. Your bounce rate is the percentage of sessions that resulted in a bounce. Used on the [web analytics dashboard](/docs/web-analytics/dashboard). +A bounce is a session where the user only had one pageview, no autocaptures, and spent less than 10 seconds on the page. Your bounce rate is the percentage of sessions that resulted in a bounce. Used on the [web analytics dashboard](/docs/web-analytics/dashboard). ## C diff --git a/contents/docs/web-analytics/dashboard.mdx b/contents/docs/web-analytics/dashboard.mdx index a455df0fe860..e896a48e9afc 100644 --- a/contents/docs/web-analytics/dashboard.mdx +++ b/contents/docs/web-analytics/dashboard.mdx @@ -19,10 +19,12 @@ If you add a [conversion goal](/docs/web-analytics/conversion-goals), you can se ## Bounce rate -A bounce is a session where the user only had one pageview, no autocaptures, and spent less than 30 seconds on the page. Your bounce rate is the percentage of sessions that resulted in a bounce. +A bounce is a session where the user only had one pageview, no autocaptures, and spent less than 10 seconds on the page. Your bounce rate is the percentage of sessions that resulted in a bounce. PostHog uses autocaptured events to calculate this. To make sure this value is accurate, make sure you enable [autocapture](/docs/product-analytics/autocapture) and are capturing both `$pageleave` and `$autocapture` events. +You can change the duration threshold in the [web analytics settings](https://app.posthog.com/settings/project-web-analytics). + ## LCP Score [Largest contentful paint (LCP)](https://web.dev/articles/lcp) is a web vital metric that measures how long it takes for the largest content element on a page to load.