{"product_id":"exit-rate","title":"Exit Rate Calculator","description":"\u003cstyle\u003e\n.er-calculator {\n  --ink: #0f172a;\n  --muted: #475569;\n  --border: #e2e8f0;\n  --surface: #ffffff;\n  --tint: #f8fafc;\n  --primary: #1d4ed8;\n  --accent: #c2410c;\n  --accent-hover: #9a3412;\n  --chart-1: #1e40af;\n  --chart-2: #0d9488;\n  --chart-3: #7c3aed;\n  --chart-4: #be185d;\n  --chart-5: #334155;\n  width: 100%;\n  max-width: 1200px;\n  margin: 0 auto;\n  color: var(--ink);\n  background: var(--surface);\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  box-shadow: 0 1px 2px rgba(15,23,42,.06);\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  font-size: 15px;\n  line-height: 1.6;\n  container-type: inline-size;\n  container-name: er-root;\n  overflow-wrap: anywhere;\n}\n.er-calculator, .er-calculator *, .er-calculator *::before, .er-calculator *::after { box-sizing: border-box; }\n.er-calculator * { min-width: 0; }\n.er-calculator button, .er-calculator input { font: inherit; }\n.er-calculator button, .er-calculator a { -webkit-tap-highlight-color: transparent; }\n.er-calculator a { color: var(--primary); text-underline-offset: 3px; }\n.er-calculator a:hover { text-decoration-thickness: 2px; }\n.er-calculator :focus-visible { outline: 3px solid rgba(29,78,216,.36); outline-offset: 2px; }\n.er-calculator .er-header { display: grid; gap: 12px; padding: 24px; border-bottom: 1px solid var(--border); background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); }\n.er-calculator .er-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; }\n.er-calculator .er-title-wrap { display: grid; gap: 4px; max-width: 760px; }\n.er-calculator .er-title { margin: 0; font-size: 24px; line-height: 1.25; font-weight: 700; letter-spacing: -.02em; }\n.er-calculator .er-subtitle { margin: 0; color: var(--muted); }\n.er-calculator .er-pills { display: flex; flex-wrap: wrap; gap: 8px; }\n.er-calculator .er-pill { display: inline-flex; align-items: center; gap: 6px; min-height: 32px; padding: 4px 10px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); color: var(--muted); font-size: 13px; font-weight: 500; white-space: nowrap; }\n.er-calculator .er-pill strong { color: var(--ink); font-variant-numeric: tabular-nums; }\n.er-calculator .er-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 16px 24px; border-bottom: 1px solid var(--border); background: var(--surface); }\n.er-calculator .er-button { min-height: 44px; border-radius: 6px; padding: 10px 16px; border: 1px solid transparent; font-weight: 650; cursor: pointer; transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .08s ease; }\n.er-calculator .er-button:active { transform: translateY(1px); }\n.er-calculator .er-download { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; color: #ffffff; background: var(--accent); border-color: var(--accent); white-space: nowrap; }\n.er-calculator .er-download:hover { background: var(--accent-hover); border-color: var(--accent-hover); box-shadow: 0 2px 5px rgba(15,23,42,.14); }\n.er-calculator .er-download-icon { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; line-height: 1; }\n.er-calculator .er-reset { color: var(--ink); background: var(--surface); border-color: #cbd5e1; }\n.er-calculator .er-reset:hover { background: var(--tint); border-color: #94a3b8; }\n.er-calculator .er-workspace { display: grid; grid-template-columns: 1fr; gap: 24px; padding: 24px; background: var(--tint); }\n.er-calculator .er-panel { display: grid; align-content: start; gap: 16px; padding: 20px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 1px 2px rgba(15,23,42,.04); }\n.er-calculator .er-section-heading { margin: 0; font-size: 18px; line-height: 1.35; font-weight: 650; }\n.er-calculator .er-section-copy { margin: -8px 0 0; color: var(--muted); font-size: 14px; }\n.er-calculator .er-fields { display: grid; gap: 16px; }\n.er-calculator .er-field { display: grid; gap: 6px; align-content: start; }\n.er-calculator .er-label { font-size: 14px; font-weight: 600; color: var(--ink); }\n.er-calculator .er-input-wrap { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: stretch; }\n.er-calculator .er-input { width: 100%; min-height: 44px; padding: 9px 12px; border: 1px solid #94a3b8; border-right: 0; border-radius: 6px 0 0 6px; color: var(--ink); background: var(--surface); font-size: 15px; font-variant-numeric: tabular-nums; }\n.er-calculator .er-input:hover { border-color: #64748b; }\n.er-calculator .er-input:focus { border-color: var(--primary); box-shadow: inset 0 0 0 1px var(--primary); outline: 0; }\n.er-calculator .er-unit { display: inline-flex; align-items: center; justify-content: center; min-width: 72px; padding: 8px 12px; border: 1px solid #94a3b8; border-radius: 0 6px 6px 0; background: #f1f5f9; color: #334155; font-size: 13px; font-weight: 650; }\n.er-calculator .er-helper, .er-calculator .er-error { min-height: 21px; margin: 0; font-size: 13px; line-height: 1.55; }\n.er-calculator .er-helper { color: var(--muted); }\n.er-calculator .er-error { color: #b91c1c; font-weight: 600; }\n.er-calculator .er-formula { padding: 12px; border: 1px solid #bfdbfe; border-radius: 6px; background: #eff6ff; color: #1e3a8a; font-size: 13px; }\n.er-calculator .er-formula code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-weight: 650; }\n.er-calculator .er-primary-result { display: grid; gap: 4px; padding: 16px; border-left: 4px solid var(--primary); border-radius: 6px; background: #eff6ff; }\n.er-calculator .er-result-label { color: #334155; font-size: 13px; font-weight: 650; }\n.er-calculator .er-primary-value { font-size: 30px; line-height: 1.15; font-weight: 700; letter-spacing: -.025em; font-variant-numeric: tabular-nums; }\n.er-calculator .er-result-context { color: var(--muted); font-size: 13px; }\n.er-calculator .er-result-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }\n.er-calculator .er-result-card { display: grid; gap: 4px; align-content: start; min-height: 96px; padding: 12px; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); }\n.er-calculator .er-card-value { font-size: 20px; line-height: 1.25; font-weight: 700; font-variant-numeric: tabular-nums; }\n.er-calculator .er-card-caption { color: var(--muted); font-size: 13px; }\n.er-calculator .er-interpretation { padding: 12px; border: 1px solid var(--border); border-radius: 6px; background: var(--tint); color: #334155; font-size: 13px; }\n.er-calculator .er-content { display: grid; gap: 24px; padding: 0 24px 24px; background: var(--tint); }\n.er-calculator .er-chart-card, .er-calculator .er-table-card { display: grid; gap: 16px; padding: 20px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); box-shadow: 0 1px 2px rgba(15,23,42,.04); }\n.er-calculator .er-chart-cluster { display: grid; grid-template-columns: 1fr; align-items: center; justify-content: center; gap: 20px; max-width: 760px; margin: 0 auto; width: 100%; }\n.er-calculator .er-plot-wrap { display: grid; place-items: center; width: min(100%, 340px); margin: 0 auto; }\n.er-calculator .er-chart-svg { display: block; width: min(100%, 320px); height: auto; aspect-ratio: 1; overflow: visible; }\n.er-calculator .er-chart-track { fill: none; stroke: #e2e8f0; stroke-width: 58; }\n.er-calculator .er-chart-segment { fill: none; stroke-width: 58; stroke-linecap: butt; }\n.er-calculator .er-center-label { font-size: 14px; font-weight: 650; fill: #475569; text-anchor: middle; }\n.er-calculator .er-center-value { font-size: 30px; font-weight: 700; fill: #0f172a; text-anchor: middle; font-variant-numeric: tabular-nums; }\n.er-calculator .er-legend { display: grid; gap: 10px; justify-content: center; }\n.er-calculator .er-legend-row { display: grid; grid-template-columns: 12px minmax(84px,max-content) max-content max-content; align-items: center; column-gap: 10px; row-gap: 4px; font-size: 13px; }\n.er-calculator .er-swatch { width: 12px; height: 12px; border-radius: 3px; }\n.er-calculator .er-legend-name { color: #334155; font-weight: 600; }\n.er-calculator .er-legend-value, .er-calculator .er-legend-percent { color: var(--ink); font-weight: 650; font-variant-numeric: tabular-nums; }\n.er-calculator .er-chart-callout, .er-calculator .er-table-note { margin-top: 16px; padding: 10px 12px; border: 1px solid var(--border); border-radius: 6px; background: var(--tint); color: var(--muted); font-size: 13px; }\n.er-calculator .er-empty { display: none; width: 100%; padding: 16px; border: 1px dashed #94a3b8; border-radius: 6px; background: var(--tint); color: var(--muted); text-align: center; font-size: 13px; }\n.er-calculator .er-chart-card.er-safe-stack .er-chart-cluster { grid-template-columns: 1fr; gap: 24px; max-width: 520px; }\n.er-calculator .er-chart-card.er-safe-stack .er-chart-callout { margin-top: 20px; }\n.er-calculator .er-table-overflow { width: 100%; overflow-x: auto; overflow-y: visible; border: 1px solid var(--border); border-radius: 6px; }\n.er-calculator .er-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 14px; font-variant-numeric: tabular-nums; }\n.er-calculator .er-table th, .er-calculator .er-table td { padding: 10px 12px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--border); }\n.er-calculator .er-table th { background: #172554; color: #ffffff; font-size: 13px; font-weight: 650; }\n.er-calculator .er-table td:nth-child(n+2), .er-calculator .er-table th:nth-child(n+2) { text-align: right; }\n.er-calculator .er-table tbody tr:last-child td { border-bottom: 0; }\n.er-calculator .er-table tbody tr:hover { background: #f8fafc; }\n.er-calculator .er-table-card.er-safe-table-stack { gap: 20px; }\n.er-calculator .er-table-card.er-safe-table-stack .er-table-note { margin-top: 20px; }\n.er-calculator .er-education { display: grid; gap: 24px; padding: 32px 24px; border-top: 1px solid var(--border); background: var(--surface); }\n.er-calculator .er-education-section { display: grid; gap: 10px; max-width: 900px; }\n.er-calculator .er-education h2, .er-calculator .er-education h3 { margin: 0; color: var(--ink); line-height: 1.35; }\n.er-calculator .er-education h2 { font-size: 20px; font-weight: 700; }\n.er-calculator .er-education h3 { font-size: 17px; font-weight: 650; }\n.er-calculator .er-education p, .er-calculator .er-education ul { margin: 0; color: #334155; }\n.er-calculator .er-education ul { padding-left: 20px; }\n.er-calculator .er-education li + li { margin-top: 6px; }\n.er-calculator .er-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }\n@container er-root (min-width: 640px) {\n  .er-calculator .er-chart-cluster { grid-template-columns: minmax(260px,340px) max-content; gap: 28px; }\n}\n@container er-root (min-width: 900px) {\n  .er-calculator .er-workspace { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); }\n}\n@container er-root (max-width: 639px) {\n  .er-calculator .er-header, .er-calculator .er-toolbar, .er-calculator .er-workspace, .er-calculator .er-content, .er-calculator .er-education { padding-left: 16px; padding-right: 16px; }\n  .er-calculator .er-header { padding-top: 20px; padding-bottom: 20px; }\n  .er-calculator .er-toolbar { padding-top: 12px; padding-bottom: 12px; }\n  .er-calculator .er-workspace { padding-top: 16px; padding-bottom: 16px; gap: 16px; }\n  .er-calculator .er-content { padding-bottom: 16px; gap: 16px; }\n  .er-calculator .er-panel, .er-calculator .er-chart-card, .er-calculator .er-table-card { padding: 16px; }\n  .er-calculator .er-result-grid { grid-template-columns: 1fr; }\n  .er-calculator .er-legend-row { grid-template-columns: 12px minmax(72px,max-content) max-content max-content; column-gap: 8px; }\n  .er-calculator .er-chart-callout, .er-calculator .er-table-note { margin-top: 12px; }\n}\n@container er-root (max-width: 359px) {\n  .er-calculator .er-toolbar { align-items: stretch; }\n  .er-calculator .er-button { width: 100%; justify-content: center; }\n  .er-calculator .er-unit { min-width: 62px; padding-left: 8px; padding-right: 8px; }\n  .er-calculator .er-primary-value { font-size: 27px; }\n  .er-calculator .er-legend-row { grid-template-columns: 12px minmax(0,1fr) max-content; }\n  .er-calculator .er-legend-percent { grid-column: 2 \/ 4; padding-left: 0; color: var(--muted); }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"er-calculator\" data-calculator-root\u003e\n  \u003cheader class=\"er-header\"\u003e\n    \u003cdiv class=\"er-title-row\"\u003e\n      \u003cdiv class=\"er-title-wrap\"\u003e\n        \u003ch2 class=\"er-title\"\u003eExit Rate Calculator\u003c\/h2\u003e\n        \u003cp class=\"er-subtitle\"\u003eCalculate how often a page becomes the final page in a visit, then compare exits with continued page journeys.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"er-pills\" aria-label=\"Live calculation summary\"\u003e\n      \u003cspan class=\"er-pill\"\u003ePageviews \u003cstrong data-er-pill=\"views\"\u003e5,000\u003c\/strong\u003e\u003c\/span\u003e\n      \u003cspan class=\"er-pill\"\u003eExits \u003cstrong data-er-pill=\"exits\"\u003e1,000\u003c\/strong\u003e\u003c\/span\u003e\n      \u003cspan class=\"er-pill\"\u003eExit rate \u003cstrong data-er-pill=\"rate\"\u003e20.00%\u003c\/strong\u003e\u003c\/span\u003e\n      \u003cspan class=\"er-pill\"\u003eContinued \u003cstrong data-er-pill=\"continued\"\u003e4,000\u003c\/strong\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n  \u003cdiv class=\"er-toolbar\" role=\"toolbar\" aria-label=\"Calculator actions\"\u003e\n    \u003cbutton class=\"er-button er-download\" type=\"button\" data-er-action=\"download\"\u003e\u003cspan class=\"er-download-icon\" aria-hidden=\"true\"\u003e⇩\u003c\/span\u003e\u003cspan\u003eDownload Excel\u003c\/span\u003e\u003c\/button\u003e\n    \u003cbutton class=\"er-button er-reset\" type=\"button\" data-er-action=\"reset\"\u003eReset\u003c\/button\u003e\n  \u003c\/div\u003e\n  \u003cmain class=\"er-workspace\"\u003e\n    \u003csection class=\"er-panel\" aria-labelledby=\"er-inputs-heading\"\u003e\n      \u003ch3 class=\"er-section-heading\" id=\"er-inputs-heading\"\u003ePage activity\u003c\/h3\u003e\n      \u003cp class=\"er-section-copy\"\u003eUse counts from the same page and reporting period.\u003c\/p\u003e\n      \u003cdiv class=\"er-fields\"\u003e\n        \u003cdiv class=\"er-field\"\u003e\n          \u003clabel class=\"er-label\" for=\"er-pageviews\"\u003eNumber of pageviews\u003c\/label\u003e\n          \u003cdiv class=\"er-input-wrap\"\u003e\n            \u003cinput class=\"er-input\" id=\"er-pageviews\" name=\"er-pageviews\" type=\"text\" inputmode=\"decimal\" autocomplete=\"off\" value=\"5,000\" aria-describedby=\"er-pageviews-help er-pageviews-error\"\u003e\n            \u003cspan class=\"er-unit\" aria-hidden=\"true\"\u003eviews\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"er-helper\" id=\"er-pageviews-help\"\u003eAll views of the selected page, including repeat views.\u003c\/p\u003e\n          \u003cp class=\"er-error\" id=\"er-pageviews-error\" data-er-error=\"pageviews\" aria-live=\"polite\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"er-field\"\u003e\n          \u003clabel class=\"er-label\" for=\"er-exits\"\u003eNumber of exits\u003c\/label\u003e\n          \u003cdiv class=\"er-input-wrap\"\u003e\n            \u003cinput class=\"er-input\" id=\"er-exits\" name=\"er-exits\" type=\"text\" inputmode=\"decimal\" autocomplete=\"off\" value=\"1,000\" aria-describedby=\"er-exits-help er-exits-error\"\u003e\n            \u003cspan class=\"er-unit\" aria-hidden=\"true\"\u003eexits\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"er-helper\" id=\"er-exits-help\"\u003eTimes this page was the final page recorded in a visit.\u003c\/p\u003e\n          \u003cp class=\"er-error\" id=\"er-exits-error\" data-er-error=\"exits\" aria-live=\"polite\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"er-formula\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e \u003ccode\u003eexit rate = exits ÷ pageviews × 100\u003c\/code\u003e\n\u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"er-panel\" aria-labelledby=\"er-results-heading\"\u003e\n      \u003ch3 class=\"er-section-heading\" id=\"er-results-heading\"\u003eLive results\u003c\/h3\u003e\n      \u003cdiv class=\"er-primary-result\" aria-live=\"polite\" aria-atomic=\"true\"\u003e\n        \u003cspan class=\"er-result-label\"\u003eExit rate\u003c\/span\u003e\n        \u003cstrong class=\"er-primary-value\" data-er-result=\"rate\"\u003e20.00%\u003c\/strong\u003e\n        \u003cspan class=\"er-result-context\" data-er-result=\"summary\"\u003e1,000 of 5,000 pageviews ended on this page.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"er-result-grid\"\u003e\n        \u003cdiv class=\"er-result-card\"\u003e\n          \u003cspan class=\"er-result-label\"\u003eContinued views\u003c\/span\u003e\n          \u003cstrong class=\"er-card-value\" data-er-result=\"continued\"\u003e4,000\u003c\/strong\u003e\n          \u003cspan class=\"er-card-caption\"\u003ePageviews that did not end the visit.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"er-result-card\"\u003e\n          \u003cspan class=\"er-result-label\"\u003eContinuation rate\u003c\/span\u003e\n          \u003cstrong class=\"er-card-value\" data-er-result=\"continuation\"\u003e80.00%\u003c\/strong\u003e\n          \u003cspan class=\"er-card-caption\"\u003eShare of views followed by activity elsewhere.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"er-result-card\"\u003e\n          \u003cspan class=\"er-result-label\"\u003eExits per 1,000 views\u003c\/span\u003e\n          \u003cstrong class=\"er-card-value\" data-er-result=\"per1000\"\u003e200.00\u003c\/strong\u003e\n          \u003cspan class=\"er-card-caption\"\u003eNormalized rate for easier page comparison.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"er-result-card\"\u003e\n          \u003cspan class=\"er-result-label\"\u003eViews per exit\u003c\/span\u003e\n          \u003cstrong class=\"er-card-value\" data-er-result=\"viewsPerExit\"\u003e5.00\u003c\/strong\u003e\n          \u003cspan class=\"er-card-caption\"\u003eAverage pageviews represented by each exit.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"er-interpretation\" data-er-result=\"interpretation\"\u003eThis page retained 80.00% of its pageviews for further navigation. Interpret the result against the page's intended role.\u003c\/div\u003e\n    \u003c\/section\u003e\n  \u003c\/main\u003e\n  \u003cdiv class=\"er-content\"\u003e\n    \u003csection class=\"er-chart-card\" data-er-chart-card aria-labelledby=\"er-chart-heading\"\u003e\n      \u003cdiv\u003e\n        \u003ch3 class=\"er-section-heading\" id=\"er-chart-heading\"\u003ePageview outcome breakdown\u003c\/h3\u003e\n        \u003cp class=\"er-section-copy\" data-er-chart-intro\u003eExits and continued views are drawn from the current inputs.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"er-chart-cluster\" data-er-chart-cluster\u003e\n        \u003cdiv class=\"er-plot-wrap\" data-er-plot\u003e\n          \u003csvg class=\"er-chart-svg\" data-er-chart viewbox=\"0 0 320 320\" role=\"img\" aria-labelledby=\"er-chart-title er-chart-desc\"\u003e\n            \u003ctitle id=\"er-chart-title\"\u003ePageview outcome breakdown\u003c\/title\u003e\n            \u003cdesc id=\"er-chart-desc\" data-er-chart-desc\u003e1,000 exits and 4,000 continued views out of 5,000 pageviews.\u003c\/desc\u003e\n            \u003ccircle class=\"er-chart-track\" cx=\"160\" cy=\"160\" r=\"116\"\u003e\u003c\/circle\u003e\n            \u003cg data-er-segments\u003e\u003c\/g\u003e\n            \u003ctext class=\"er-center-label\" x=\"160\" y=\"146\"\u003eExit rate\u003c\/text\u003e\n            \u003ctext class=\"er-center-value\" data-er-chart-center x=\"160\" y=\"181\"\u003e20.00%\u003c\/text\u003e\n          \u003c\/svg\u003e\n          \u003cdiv class=\"er-empty\" data-er-chart-empty\u003eEnter pageviews and exits to see the breakdown.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"er-legend\" data-er-legend aria-label=\"Chart legend\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"er-chart-callout\" data-er-chart-caption\u003eFour out of every five pageviews continued to another page or interaction.\u003c\/div\u003e\n      \u003ctable class=\"er-sr-only\" data-er-chart-summary-table\u003e\n        \u003ccaption\u003eExact values represented in the pageview outcome chart\u003c\/caption\u003e\n        \u003cthead\u003e\u003ctr\u003e\n\u003cth scope=\"col\"\u003eOutcome\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eViews\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eShare\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n        \u003ctbody data-er-chart-summary\u003e\u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"er-table-card\" data-er-table-card aria-labelledby=\"er-table-heading\"\u003e\n      \u003cdiv\u003e\n        \u003ch3 class=\"er-section-heading\" id=\"er-table-heading\"\u003eCalculation details\u003c\/h3\u003e\n        \u003cp class=\"er-section-copy\"\u003eA compact audit trail of inputs, derived values, and formulas.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"er-table-overflow\" data-er-table-overflow\u003e\n        \u003ctable class=\"er-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n\u003cth scope=\"col\"\u003eMetric\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eHow it is calculated\u003c\/th\u003e\n\u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody data-er-detail-rows\u003e\u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"er-table-note\" data-er-table-note\u003eCounts should come from the same analytics property, page definition, and date range. Segmenting by device, channel, or country can produce more actionable comparisons.\u003c\/div\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n  \u003csection class=\"er-education\" aria-label=\"Exit rate guide\"\u003e\n    \u003cdiv class=\"er-education-section\"\u003e\n      \u003ch2\u003eWhat does this exit rate calculator estimate?\u003c\/h2\u003e\n      \u003cp\u003eThe calculator estimates the percentage of pageviews that were the last recorded pageview in a visit. It divides exits from the selected page by total pageviews of that same page and reporting period. The result is a page-level behavior metric, not a direct measure of customer satisfaction, conversion quality, or technical performance. A visitor may view several pages before leaving, so an exit does not necessarily indicate a one-page visit.\u003c\/p\u003e\n      \u003cp\u003eGoogle describes an exit as the last event in a session occurring on a page or screen. Its official guidance on \u003ca href=\"https:\/\/support.google.com\/analytics\/answer\/11080047?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eentrances and exits in Google Analytics\u003c\/a\u003e is useful when checking how your analytics platform populates the source counts. Adobe Analytics similarly defines its \u003ca href=\"https:\/\/experienceleague.adobe.com\/en\/docs\/analytics\/components\/metrics\/exits\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eExits metric\u003c\/a\u003e as the last captured dimension item in a visit.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"er-education-section\"\u003e\n      \u003ch2\u003eHow should each input be entered?\u003c\/h2\u003e\n      \u003ch3\u003eNumber of pageviews\u003c\/h3\u003e\n      \u003cp\u003eEnter the total views recorded for one page during a defined period. This is required and must be greater than zero for a rate to exist. Use pageviews rather than users or sessions unless your reporting system explicitly defines the metric differently. A higher pageview count does not change the rate by itself; it changes the denominator and usually makes the observed percentage more stable. Common mistakes include mixing pageviews from one date range with exits from another, combining different URL variants inconsistently, or using unique visitors instead of views.\u003c\/p\u003e\n      \u003ch3\u003eNumber of exits\u003c\/h3\u003e\n      \u003cp\u003eEnter how many visits ended on that page during the same period. This field is required, cannot be negative, and should not exceed pageviews. Raising exits while pageviews stay constant increases the exit rate, lowers the continuation rate, and reduces continued views. An exit count of zero produces a 0% exit rate. Exits equal to pageviews produce a 100% exit rate. If the analytics export reports more exits than pageviews, verify filters, attribution rules, page identifiers, and date boundaries before interpreting the result.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"er-education-section\"\u003e\n      \u003ch2\u003eHow are the results calculated and interpreted?\u003c\/h2\u003e\n      \u003cp\u003e\u003cstrong\u003eExit rate\u003c\/strong\u003e is exits divided by pageviews, multiplied by 100. A zero result means no recorded visits ended on the page. A 100% result means every recorded view was associated with an exit. Values between those limits require context: a high rate may be concerning on a product-listing or funnel step, but expected on a thank-you page, logout screen, contact-information page, or article that fully answers the visitor’s question.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eContinued views\u003c\/strong\u003e equal pageviews minus exits. They approximate the views that were not terminal for the visit. \u003cstrong\u003eContinuation rate\u003c\/strong\u003e is the complementary share, calculated as 100% minus the exit rate. These figures are directional because a continued view does not guarantee a meaningful next action or conversion.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eExits per 1,000 views\u003c\/strong\u003e rescales the percentage into a comparable count. A 20% exit rate equals 200 exits per 1,000 views. This is useful when stakeholders find normalized counts easier to discuss than percentages. \u003cstrong\u003eViews per exit\u003c\/strong\u003e divides pageviews by exits. A value of 5 means one exit occurred for every five pageviews. When exits are zero, this ratio is not defined and the calculator displays a dash rather than an infinite value.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"er-education-section\"\u003e\n      \u003ch2\u003eHow should the chart and table be used?\u003c\/h2\u003e\n      \u003cp\u003eThe donut chart divides current pageviews into two mutually exclusive outcomes: exits and continued views. Its center displays the exit rate, while the legend and accessible data table expose the exact counts and shares. The segments always reconcile to total pageviews. After reset, the visual is replaced by a compact empty state until valid data exists; no placeholder chart is drawn.\u003c\/p\u003e\n      \u003cp\u003eThe calculation-details table provides a transparent audit trail. Use it to confirm that the denominator, numerator, complementary counts, normalized rate, and ratio all reflect the current inputs. The Excel export captures the same model state in separate Summary, Inputs, Breakdown, and Scenario Checks worksheets. Because the workbook is generated at click time, edit the fields first and then download it.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"er-education-section\"\u003e\n      \u003ch2\u003eWhat commonly causes misleading conclusions?\u003c\/h2\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eConfusing exit rate with bounce rate.\u003c\/strong\u003e Exit rate evaluates the final page of visits that may have included many earlier pages. In GA4, bounce rate is based on sessions that were not engaged. Google’s guide to \u003ca href=\"https:\/\/support.google.com\/analytics\/answer\/12195621?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eengagement rate and bounce rate\u003c\/a\u003e explains that separate session-level definition.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eIgnoring page intent.\u003c\/strong\u003e Natural completion pages often have high exit rates. Diagnose pages against their job in the journey rather than applying one universal benchmark.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eComparing incompatible segments.\u003c\/strong\u003e Mobile and desktop traffic, paid and organic traffic, new and returning visitors, or different countries can have different behavior. Compare like with like.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eReacting to small samples.\u003c\/strong\u003e A rate based on a few pageviews can swing sharply. Use a reporting window large enough for the page’s traffic pattern and annotate campaigns or site changes.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTreating correlation as cause.\u003c\/strong\u003e A high exit rate identifies where visits end, not why. Pair it with path analysis, conversion events, page speed, error monitoring, surveys, and qualitative research before changing the page.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"er-education-section\"\u003e\n      \u003ch2\u003eHow can assumptions be tested responsibly?\u003c\/h2\u003e\n      \u003cp\u003eStart with the page’s intended next action. Segment the data, compare consistent periods, and look for changes after releases or campaign shifts. For a funnel page, review exits alongside completion rate and error events. For informational content, consider whether the visitor may have completed the task successfully before leaving. The calculator supports arithmetic and reporting consistency; it does not provide individualized marketing, financial, or investment advice.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"FinancialModelsLab","offers":[{"title":"Default Title","offer_id":49909479997683,"sku":"exit-rate","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6191\/2762\/files\/exit-rate.webp?v=1783935362","url":"https:\/\/financialmodelslab.com\/products\/exit-rate","provider":"Financial Models Lab","version":"1.0","type":"link"}