This article helps you:
Use legacy metrics to enhance your analyses
Sometimes considered "legacy metrics," session metrics, like bounce rate or exit rate—are helpful diagnostic tools for obtaining a deeper understanding of the performance of campaigns or content items.
In Amplitude Analytics, you can find session metrics in the Data Tables charts, on the Metrics tab. Other than session totals, session metrics—bounce rate, exit rate, entry rate, entries, and exits—are not available as standalone metrics in Amplitude Analytics. Instead, these session metrics are calculated from the group-by you select, and will only include active events in the computation. Amplitude Analytics uses the group-by to determine how many values are present, and the sequence to be used for calculation.
In addition to bounce, exit, and entry rates, other marketing metrics can be analyzed using Amplitude charts. Read this Help Center article for recipes to recreate common marketing analytics.
This feature is available to users on Growth and Enterprise plans only. See our pricing page for more details.
The most common properties to select for your group-by are page- or screen-level properties that change as a user interacts with your app or site. These work well because they are likely to vary between most of the relevant events, and are set frequently enough to signal a bounce when needed.
Session metrics cannot combine more than one top-level group-by.
Amplitude Analytics will use the number of values of your group-by property to determine whether to classify a session as a specific metric, such as bounce, entry, or exit.
Here are three example sessions:
Page View
Page
= AClick
Name
= 1AType
= AdPage View
Page
= BEvent: Page View
Page
= B
Name
= 1A
Type
= Ad
Event: Click
Name
= 1B
Type
= Ad
Buy
Amt
= $15Prod
= 1A Page View
event is either a default event captured via the Browser SDK, specified via the settings in Amplitude’s Marketing Space, or defined in a Data Tables analysis as a bounce rate metric.
A bounce is a session where only one Page View
event is triggered; this is also known as a single-page session.
Amplitude calculates the bounce rate as a percentage based on the following formula:
1count of single-page sessions / the **total** number of sessions
Bounce rates with a group-by are calculated by:
1count of single-page sessions grouped by the first **non-null** property value /2the total number of sessions grouped by the first **non-null** property value
To determine if the example sessions above are a bounce:
Page
or Name
, Session 1 would not be counted as a bounce because it contains more than one Page View
event.Page View
event. If you grouped by the Name
event property, Amplitude Analytics will classify this session as a bounce. It would be grouped by the Name
value of "1A" since it appears first in the session, and the bounce rate would be 1 / 2 (50 percent).Page View
events.Session Entries are defined by the first non-null value for the group by's property within the session. Session Exits are defined by the last non-null value for the group by's property within the session.
The entry and exit rates are then calculated as a percentage using the following formula:
1the number of entries or exits / the **total** number of sessions
Overall entry/exit rates are always 100 percent because every session has entry/exit values.
Example, for the same sessions above:
Name
event property, both the entry and exit rates will be grouped under "1A" because it's the first property value of Name
. The entry rate would be 2 / 3 (66.66 percent) and the exit rate 1 / 3, or 33.33 percent.Page
event property, the entry and exit rates will be grouped by “B.” The entry rate would be 1 / 3, or roughly 33.33 percent. The exit rate would be 2 / 3 (66.66 percent).It's common to want to compare results of one Amplitude chart versus another, but not all chart analyses are interchangeable.
For example, you cannot compare the results of a session totals query in a Session Metrics chart versus the PROPCOUNT(session IDs) formula in the Event Segmentation chart.
These two analyses cannot be compared because of the following differences in their logic:
Session totals query in Session Metrics chart | PROPCOUNT(session IDs) formula in an Event Segmentation chart |
---|---|
Measures an exact total | Measures an estimate of distinct property values |
Measurement counts unique pairings of user IDs and session IDs | Does not count unique pairings of user IDs and session IDs, and will have different results when multiple users have the same session ID |
Session IDs are not tracked for custom session definitions, so they cannot be counted with the PROPCOUNT(session IDs) formula |
Thanks for your feedback!
May 30th, 2024
Need help? Contact Support
Visit Amplitude.com
Have a look at the Amplitude Blog
Learn more at Amplitude Academy
© 2024 Amplitude, Inc. All rights reserved. Amplitude is a registered trademark of Amplitude, Inc.