-
Notifications
You must be signed in to change notification settings - Fork 250
scroll depth #573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
scroll depth #573
Changes from 12 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
d0ce7fe
Update guided-tour.md
metmarkosaric 299efbd
Update top-pages.md
metmarkosaric 8ea31e7
Update metrics-definitions.md
metmarkosaric d15c296
Update google-analytics-import.md
metmarkosaric 341864f
Update pageview-goals.md
Hricha-Shandily 70a2712
Update docs/google-analytics-import.md
Hricha-Shandily 61ffc9a
Update docs/metrics-definitions.md
Hricha-Shandily 12f1ab2
Update sidebars.js
Hricha-Shandily 2ec16ea
Create scroll-depth.md
Hricha-Shandily 7057be4
Add files via upload
Hricha-Shandily 35e167e
Update scroll-depth.md
Hricha-Shandily 1f28c6d
Update scroll-depth.md
Hricha-Shandily 1daeb45
Update docs/pageview-goals.md
Hricha-Shandily 694d8e4
Update docs/metrics-definitions.md
Hricha-Shandily e6aaf2b
Update scroll-depth.md
metmarkosaric f8ede81
Update pageview-goals.md
metmarkosaric f30ef51
Update scroll-depth.md
metmarkosaric a9b2878
Update docs/scroll-depth.md
Hricha-Shandily 9620f00
add scroll depth as stats API v2 metric
RobertJoonas 101ae2e
Update docs/scroll-depth.md
RobertJoonas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| --- | ||
| title: Scroll depth tracking | ||
| --- | ||
|
|
||
| import useBaseUrl from '@docusaurus/useBaseUrl'; | ||
|
|
||
| Scroll depth tracking is built into Plausible Analytics by default, allowing you to measure how far visitors scroll down your pages, expressed as a percentage. | ||
|
|
||
| This data provides insights into user engagement and helps optimize content placement, calls-to-action (CTAs), and page layouts. | ||
|
|
||
| ## How scroll depth tracking works in Plausible | ||
|
|
||
| ### Measured at all depths | ||
|
|
||
| Plausible tracks scrolling at all percentages (1% to 100%), unlike many other tools that limit tracking to specific points such as 25%, 50%, and 75%. | ||
|
|
||
| ### Available with the pages data | ||
|
|
||
| You can find scroll depth data in: | ||
|
|
||
| 1. **The top row of metrics** when a page filter is applied. Click on it to see trends over time. | ||
|
|
||
| 2. **The expanded Top Pages report**, where pages can be sorted by scroll depth for deeper analysis. | ||
|
|
||
| <img alt="Scroll depth metric in Plausible" src={useBaseUrl('img/scroll-depth.png')} /> | ||
|
|
||
| If there's insufficient data, scroll depth will display as "-" until more traffic is recorded. | ||
|
|
||
| You can also use the Filters feature to group similar pages and analyze their average scroll depth. For example, filter URLs containing "blog" to see average engagement for blog posts. | ||
|
|
||
| ### How we calculate scroll depth | ||
|
|
||
| Scroll depth is calculated as the maximum scroll depth reached by an average user on a specific page. For example, if a user visits a page multiple times and scrolls to different depths (25%, 60%, 10%), their maximum depth is 60%. The final value is based on the maximum average depth of all users. | ||
|
|
||
| ## Page scroll goals | ||
|
|
||
| You can also define a `scroll_threshold` when creating a [pageview goal](https://plausible.io/docs/pageview-goals) to see how many visitors scroll below your desired scroll depth mark. | ||
|
|
||
| Once set up, you will be able to filter and break down page scroll goals like any other goals on the dashboard. | ||
|
|
||
RobertJoonas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| If you'd like to learn more about what scroll depth is, what's a good metric to have, and more, you can check out our blog post [here](https://plausible.io/blog/scroll-depth-tracking). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.