Skip to main content

Metrics Reference

Detailed formulas, benchmarks, and interpretation guidelines for every metric in SealMetrics reports.

For a complete glossary of all terms (including privacy, platform, and technical concepts), see the Glossary.

Quick Reference

MetricFormulaHigher/Lower is Better
EntrancesCount of sessions startedHigher
PageviewsCount of page loadsHigher
Unique VisitorsCount of distinct usersHigher
Bounce RateBounces / Entrances × 100Lower
Engaged EntrancesSessions with 2+ pageviewsHigher
Engagement RateEngaged / Entrances × 100Higher
Pages per SessionPageviews / EntrancesHigher
ConversionsCount of conversion eventsHigher
Conversion RateConversions / Entrances × 100Higher
RevenueSum of conversion amountsHigher
AOVRevenue / ConversionsHigher

Traffic Metrics

Entrances

Definition: The number of sessions (visits) that started during the selected period.

AspectDescription
CountingEach new session counts as 1 entrance
Session startFirst pageview after 30 minutes of inactivity
Use caseMeasure traffic volume

Example: A user visits your site at 9:00 AM, leaves, and returns at 3:00 PM. This counts as 2 entrances.

Pageviews

Definition: The total number of pages viewed during the selected period.

AspectDescription
CountingEach page load counts as 1 pageview
ReloadsPage refresh counts as new pageview
Use caseMeasure content consumption

Example: A user visits 5 pages in one session. This counts as 5 pageviews and 1 entrance.

Unique Visitors

Definition: The number of distinct users who visited during the selected period.

AspectDescription
IdentificationCookieless (no cookies required)
Cross-deviceSame user on different devices counts as different visitors
Use caseMeasure audience size

Example: One user visits 3 times in a day. This counts as 1 unique visitor, 3 entrances.

Bounce Rate

Definition: The percentage of sessions where the user viewed only one page and then left.

AspectDescription
Formula(Single-page sessions / Total sessions) × 100
Range0% to 100%
Lower is betterGenerally indicates better engagement

Interpretation:

Bounce RateInterpretation
< 40%Excellent engagement
40-55%Good
55-70%Average
> 70%May need improvement

Exceptions: Some pages naturally have high bounce rates (contact pages, single-purpose landing pages).

Engaged Entrances

Definition: The number of sessions where the visitor viewed more than one page.

AspectDescription
CountingSession with 2+ pageviews counts as 1 engaged entrance
ThresholdMinimum 2 pageviews required
Use caseMeasure quality of traffic

Example: A user visits your homepage and then navigates to a product page. This counts as 1 engaged entrance. If they only view the homepage and leave, it does not count as engaged.

Relationship to Bounce Rate:

  • Engaged Entrances = Entrances - Bounces
  • A session is either engaged OR a bounce, never both

Engagement Rate

Definition: The percentage of sessions where visitors viewed more than one page.

AspectDescription
Formula(Engaged Entrances / Total Entrances) × 100
Range0% to 100%
Higher is betterIndicates quality traffic and relevant content

Interpretation:

Engagement RateInterpretation
> 60%Excellent - visitors find content relevant
40-60%Good
20-40%Average
< 20%May indicate traffic quality issues

Note: Engagement Rate + Bounce Rate = 100%. They are inverse metrics.

Pages per Session

Definition: The average number of pages viewed per session.

AspectDescription
FormulaTotal Pageviews / Total Entrances
Minimum1.0 (every session has at least one pageview)
Use caseMeasure content engagement depth

Interpretation:

Pages/SessionInterpretation
> 4Excellent engagement
2-4Good
1-2Low engagement
~1Most sessions are bounces

Example: 10,000 pageviews from 4,000 entrances = 2.5 pages per session.

Conversion Metrics

Conversions

Definition: The total number of completed conversion events during the selected period.

AspectDescription
CountingEach sealmetrics.conv() call counts as 1
Multiple per sessionA user can have multiple conversions per session
Use caseMeasure goal completions

Example: A user makes 2 purchases in one session. This counts as 2 conversions.

Conversion Rate

Definition: The percentage of sessions that resulted in at least one conversion.

AspectDescription
Formula(Sessions with conversions / Total sessions) × 100
Range0% to 100%
Higher is betterIndicates effective conversion funnel

Benchmarks by industry:

IndustryTypical Conv. Rate
E-commerce1-3%
SaaS3-7%
Lead generation2-5%
Media/Content1-2% (subscription)

Events (Microconversions)

Definition: The total number of microconversion events tracked during the selected period.

AspectDescription
CountingEach sealmetrics.micro() call counts as 1
PurposeTrack engagement before conversion
Use caseMeasure funnel progression

Common microconversions:

  • Add to cart
  • Newsletter signup
  • Video play
  • PDF download
  • Form start

Revenue

Definition: The total monetary value from conversions during the selected period.

AspectDescription
SourceAmount passed to sealmetrics.conv(type, amount)
CurrencyDisplayed in your configured currency
AggregationSum of all conversion amounts

Example:

sealmetrics.conv('purchase', 99.99);  // Adds 99.99 to revenue
sealmetrics.conv('purchase', 149.50); // Adds 149.50 to revenue
// Total revenue: 249.49

Average Order Value (AOV)

Definition: The average revenue per conversion.

AspectDescription
FormulaTotal Revenue / Number of Conversions
Use caseMeasure transaction size
OptimizationUpselling, cross-selling

Report Dimensions

Reports can be broken down by dimensions such as UTM Source, UTM Medium, UTM Campaign, Referrer, Page Path, Landing Page, Content Group, Device Type, Browser, Operating System, and Country. For definitions of these terms, see the Glossary.

Funnel Metrics

Funnel Completion Rate

Definition: The percentage of users who completed all steps in a funnel.

| Formula | (Users completing last step / Users entering first step) × 100 |

Step Completion Rate

Definition: The percentage of users who completed a step relative to the previous step.

| Formula | (Users at current step / Users at previous step) × 100 |

Drop-off Rate

Definition: The percentage of users who left at a specific step.

| Formula | (Users who left at step / Users who entered step) × 100 |

Comparison Metrics

Delta (Δ)

Definition: The change between current and comparison period, shown as a percentage.

| Formula | ((Current - Previous) / Previous) × 100 |

Delta Colors

ColorMeaning
GreenImprovement
RedDecline
GrayNo change or N/A

Note: For Bounce Rate, a decrease (negative delta) is shown in green because lower bounce rate is better.

Time-Based Metrics

Time Grouping

GroupingDescription
DayEach data point is one day
WeekData aggregated by week (Mon-Sun)
MonthData aggregated by calendar month

Calculated Metrics

Revenue per Entrance

Definition: Average revenue generated per session.

AspectDescription
FormulaTotal Revenue / Total Entrances
Use caseMeasure traffic monetization efficiency
OptimizationImprove conversion rate or AOV

Example: €10,000 revenue from 5,000 entrances = €2.00 revenue per entrance.

Revenue per Visitor

Definition: Average revenue generated per unique visitor.

AspectDescription
FormulaTotal Revenue / Unique Visitors
Use caseMeasure visitor value
ComparisonHigher than Revenue per Entrance if visitors return

Cost per Acquisition (CPA)

Definition: Average cost to acquire one conversion.

AspectDescription
FormulaTotal Ad Spend / Total Conversions
Use caseMeasure marketing efficiency
Lower is betterMore efficient acquisition

Note: Requires external cost data import.

Return on Ad Spend (ROAS)

Definition: Revenue generated per unit of ad spend.

AspectDescription
FormulaTotal Revenue / Total Ad Spend
Use caseMeasure advertising profitability
BreakevenROAS of 1.0 means revenue equals cost

Interpretation:

ROASInterpretation
> 4.0Excellent
2.0-4.0Good
1.0-2.0Marginal
< 1.0Losing money

Note: Requires external cost data import.