Skip to content

Commit 4cc8ef0

Browse files
authoredMar 10, 2025··
Update scroll-depth.md
screenshots
1 parent 69e0ce9 commit 4cc8ef0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎docs/scroll-depth.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ You can find scroll depth data in:
1414

1515
1. **The top row of metrics** when a page filter is applied. Click on it to see trends over time.
1616

17+
<img alt="Scroll depth metric in Plausible" src={useBaseUrl('img/scroll-depth-top-graph.png')} />
18+
1719
2. **The expanded Top Pages report**, where pages can be sorted by scroll depth for deeper analysis.
1820

19-
<img alt="Scroll depth metric in Plausible" src={useBaseUrl('img/scroll-depth.png')} />
21+
<img alt="Scroll depth metric in Top Pages details" src={useBaseUrl('img/scroll-depth-top-pages-details.png')} />
2022

2123
If there's insufficient data, scroll depth will display as "-" until more traffic is recorded.
2224

@@ -34,6 +36,8 @@ Click on the "**+ Add goal**" button to go to the goal creation form.
3436

3537
Select `Scroll Depth` as the goal trigger, select the scroll depth percentage threshold (from 1% to 100%) and enter the pathname of the page you would like to track. The pathname must match the page path you can see in your Plausible Analytics dashboard.
3638

39+
<img alt="Scroll depth goals" src={useBaseUrl('img/scroll-depth-goal.png')} />
40+
3741
Do you want to analyze the scroll depth for a specific section of your site? You can use an asterisk (`*`) to match patterns in your page path URLs. Asterisks can be placed on either end or in the middle of any page path URL.
3842

3943
You can for instance group all of your blog posts by using `/blog*` (if your blog subdirectory is named `blog`) or your Woocommerce checkout pages by using `/checkout/order-received/*`.

0 commit comments

Comments
 (0)
Please sign in to comment.