Skip to content

Commit 6bc067d

Browse files
Merge branch 'master' into new
2 parents 63c9b4c + cc5d927 commit 6bc067d

5 files changed

Lines changed: 24 additions & 12 deletions

File tree

docs/compare-stats.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ title: Compare your stats over time
44

55
import useBaseUrl from '@docusaurus/useBaseUrl';
66

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.
88

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.
1010

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.
1212

1313
## How to compare two different date ranges
1414

1515
Here's how to track your progress and identify trends by comparing your stats:
1616

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).
1818

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.
2020

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.
2222

2323
<div class="browser">
2424
<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
7777
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.
7878

7979
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.

docs/data-pipelines.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ And thanks to the members of our community, there are also some third-party solu
4444

4545
* [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.
4646

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+
4749
## Linux
4850

4951
[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.

docs/funnel-analysis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Funnels also work across your main domain and its subdomains ([see more](subdoma
2828

2929
* Go into your [site settings](website-settings.md) and click on "**Funnels**" in the left-hand sidebar
3030

31-
* Click on the "**Add funnel**" button to create a funnel
31+
* Click the "**Add funnel**" button to create a funnel.
3232

3333
<img alt="Add funnel" src={useBaseUrl('img/add-funnel.png')} />
3434

35-
* Give your funnel a name in the "**Funnel name**" field
35+
* Give your funnel a name in the "**Funnel name**" field.
3636

3737
* 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.
3838

@@ -50,7 +50,7 @@ Funnels appear at the bottom of your dashboard as soon as the first visit is tra
5050

5151
* Go into your [site settings](website-settings.md) and click on "**Funnels**" in the left-hand sidebar
5252

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.
5454

5555
* 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
5656

docs/nextjs-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import PlausibleProvider from 'next-plausible'
1515

1616
export default Home() {
1717
return (
18-
<PlausibleProvider domain="example.com">
18+
<PlausibleProvider src="https://plausible.io/js/pa-XXXXX.js">
1919
<h1>My Site</h1>
2020
...
2121
</PlausibleProvider>

docs/proxy/guides/nextjs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Proxying Plausible through Vercel with Next.js
2+
title: Proxying Plausible with Next.js
33
---
44

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.
66

0 commit comments

Comments
 (0)