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/compare-stats.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,21 @@ title: Compare your stats over time
4
4
5
5
import useBaseUrl from '@docusaurus/useBaseUrl';
6
6
7
-
You can gain valuable insights and a fresh perspective on your website traffic by comparing stats over time. Our comparison feature allows you to analyze the stats of a specified date range and compare them to another period.
7
+
You can compare your website stats over time to get valuable insights and spot trends more easily. The comparison feature lets you analyze one date range alongside another.
8
8
9
-
"**Previous period**", "**Year over year**" and "**Custom period**" comparisons are all available. The comparison is matched by day of the week by default to avoid any discrepancies caused by the weekend. You can also optionally match by date.
9
+
You can choose between “**Previous period**”, “**Year over year**” and “**Custom period**”. By default, we match days of the week (for example, Monday to Monday) to avoid differences caused by weekends, but you can switch to matching exact dates instead.
10
10
11
-
You can choose between different chart intervals to display the comparison the way you want and segment your audience any way you wish to analyze that segment over time. And if you've [imported your historical Google Analytics stats](google-analytics-import.md), you can compare against those too.
11
+
You can also change the chart interval to view the comparison the way you prefer, [segment your audience](filters-segments.md)to focus on specific traffic, and compare against [imported Google Analytics stats](google-analytics-import.md) if available.
12
12
13
13
## How to compare two different date ranges
14
14
15
15
Here's how to track your progress and identify trends by comparing your stats:
16
16
17
-
- Select your primary date range using the date picker in the top right of your dashboard or by using one of our [keyboard shortcuts](keyboard-shortcuts.md)
17
+
- Select your primary date range using the date picker in the top right of your dashboard or by using one of our [keyboard shortcuts](keyboard-shortcuts.md).
18
18
19
-
- Then select "**Compare**" in the date picker or press the "**X**" key [on your keyboard](keyboard-shortcuts.md) to enable the comparison feature
19
+
- Then select "**Compare**" in the date picker or press the "**X**" key [on your keyboard](keyboard-shortcuts.md) to enable the comparison feature.
20
20
21
-
- This will enable a new comparison drop-down. "**Previous period**" is our default option but you can also compare trends "**Year over year**" or a completely "**Custom period**" too
21
+
- This will enable a new comparison drop-down. "**Previous period**" is our default option but you can also compare trends "**Year over year**" or a completely "**Custom period**" too.
22
22
23
23
<divclass="browser">
24
24
<video autoPlay loop muted controls width="100%">
@@ -77,3 +77,13 @@ Your primary date range will be compared to the same period of the previous cale
77
77
Your primary date range will be compared to whatever custom period you select. The custom period can be the same amount of time as the primary date range but it can be longer or shorter too.
78
78
79
79
You can compare whatever primary date range you want with whatever custom period you want. This is useful for seasonal holidays, marketing campaigns or any other unique goals and objectives that you have.
80
+
81
+
Custom period comparison is useful when you want more flexibility than fixed comparisons. For example:
82
+
83
+
#### Compare marketing campaigns of different lengths
84
+
Campaigns don’t always run for the same number of days. With custom period, you can compare any date range against another, even if one is shorter or longer. This helps you understand which campaign performed better without being limited by equal timeframes.
85
+
86
+
#### See how today (so far) is trending against a full previous day
87
+
When viewing “Today”, your data only includes activity up to the current hour. You can compare it against a full previous day to see if today is trending in a similar way. This is especially useful for spotting early patterns and performance changes throughout the day.
88
+
89
+
Note: this is only possible with custom period comparison. If you use “previous period”, it will compare today’s data only up to the current hour with the same time range from the previous day, to keep the comparison consistent.
Copy file name to clipboardExpand all lines: docs/data-pipelines.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,8 @@ And thanks to the members of our community, there are also some third-party solu
44
44
45
45
*[Applausible](https://apps.apple.com/us/app/applausible/id6737839249): Instantly view Plausible Analytics' visitor counts, top pages, and more data on your iOS app or home widgets. Optimized for both iPhone and iPad.
46
46
47
+
*[Arbory](https://apps.apple.com/app/id6760103214): Native iOS companion app with a full dashboard, interactive charts, home screen and lock screen widgets, and traffic spike notifications. Connects directly to your Plausible instance.
48
+
47
49
## Linux
48
50
49
51
[Tally](https://flathub.org/apps/com.cassidyjames.plausible): hybrid native + web app that wraps the Plausible web app in a native UI, integrating better with desktop operating systems.
* Give your funnel a name in the "**Funnel name**" field
35
+
* Give your funnel a name in the "**Funnel name**" field.
36
36
37
37
* Define your funnel by adding the steps you expect a visitor to take before a conversion, a purchase or a sign up. These steps consist of [pageviews goals](pageview-goals.md) and [custom events](custom-event-goals.md). You need to add a minimum of 2 steps and a maximum of 8 steps to create a funnel.
38
38
@@ -50,7 +50,7 @@ Funnels appear at the bottom of your dashboard as soon as the first visit is tra
50
50
51
51
* Go into your [site settings](website-settings.md) and click on "**Funnels**" in the left-hand sidebar
52
52
53
-
* Click on the edit icon on the right-hand side of the funnel that you'd like to edit
53
+
* Click on the edit icon on the right-hand side of the funnel that you'd like to edit.
54
54
55
55
* Change the funnel name, edit the steps of your funnel and switch between sequential and strict order by toggling the "**Allow other activity in between funnel steps**" option
title: Proxying Plausible through Vercel with Next.js
2
+
title: Proxying Plausible with Next.js
3
3
---
4
4
5
-
We've removed old proxying instructions due to them being out of date. [See our general proxying guide](/proxy/introduction).
5
+
[next-plausible](https://github.com/4lejandrito/next-plausible) supports proxying out of the box. See https://github.com/4lejandrito/next-plausible#proxy-the-analytics-script.
0 commit comments