You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/scroll-depth.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,11 @@ You can find scroll depth data in:
14
14
15
15
1.**The top row of metrics** when a page filter is applied. Click on it to see trends over time.
16
16
17
+
<img alt="Scroll depth metric in Plausible" src={useBaseUrl('img/scroll-depth-top-graph.png')} />
18
+
17
19
2.**The expanded Top Pages report**, where pages can be sorted by scroll depth for deeper analysis.
18
20
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')} />
20
22
21
23
If there's insufficient data, scroll depth will display as "-" until more traffic is recorded.
22
24
@@ -34,6 +36,8 @@ Click on the "**+ Add goal**" button to go to the goal creation form.
34
36
35
37
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.
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.
38
42
39
43
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