Skip to content

Commit 98daf48

Browse files
committed
Fixes
1 parent 628c693 commit 98daf48

31 files changed

Lines changed: 62 additions & 63 deletions

docs/2fa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
66

77
Two-factor authentication (2FA) is an extra layer of security for your Plausible Analytics account designed to ensure that you're the only one who can access your account even if your password gets stolen. With 2FA enabled, when you log in to your Plausible account on a new device for the first time, you need both your account password and the verification code that's displayed on your trusted devices.
88

9-
To enable the 2FA on your Plausible account, you are required to insert the security code provided by your authenticator app. 
There are numerous third-party authenticator apps available including Ente ([Android](https://play.google.com/store/apps/details) and [iOS](https://apps.apple.com/us/app/ente-authenticator/id6444121398)), some operating systems offer built-in options and many password managers including [Bitwarden](https://bitwarden.com) also support 2FA functionality.
9+
To enable the 2FA on your Plausible account, you are required to insert the security code provided by your authenticator app. 
There are numerous third-party authenticator apps available including Ente ([Android](https://play.google.com/store/apps/details?id=io.ente.auth) and [iOS](https://apps.apple.com/us/app/ente-authenticator/id6444121398)), some operating systems offer built-in options and many password managers including [Bitwarden](https://bitwarden.com) also support 2FA functionality.
1010

1111
## How to enable 2FA
1212

docs/add-website.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Add your website details
44

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

7-
Once you have an account, you can enter the domain name of the website you want to track. Please, remove `https` and `www` from the URL, just keep the `hostname`. For example, if your site is `https://www.yourdomain.com` then the part to enter in the "**Domain**" field is `yourdomain.com`.
7+
Once you have an account, you can enter the domain name of the website you want to track. For example, if your site is `https://www.yourdomain.com`, enter `yourdomain.com` in the "**Domain**" field. Remove `https://` and `www.` from the URL.
88

99
Does your site operate on multiple subdomains such as `docs.yourdomain.com` and `app.yourdomain.com`? Simply add your main domain name (`yourdomain.com`) to your Plausible account and use the same tracking snippet on all your subdomains. This keeps the visitor session [active between the main site and its subdomains](subdomain-hostname-filter.md).
1010

@@ -14,8 +14,8 @@ If you'd like to track a particular subdomain independently from the rest of you
1414
<img alt="Add your website details to Plausible Analytics" src={useBaseUrl('img/v2/website-details.webp')} />
1515
</div>
1616

17-
:::tip Domain doesn't necessarily need to match the actual domain
18-
You don't necessarily need to install our snippet on the same domain as the domain you have added to your Plausible account. Think of the domain field in Plausible more like a site ID rather than an exact match. This allows you more flexibility in your setup all depending on your situation.
17+
:::tip Advanced: the domain field works like a site ID
18+
In some setups, you may want to track traffic under a different domain than where the snippet is installed. For example, you can use one Plausible site to aggregate stats from multiple domains. In that case, the domain field acts as an identifier rather than an exact match.
1919
:::
2020

2121
## Select your reporting timezone

docs/billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Paddle calculates a pro-rated charge based on what you've already paid and the t
5858

5959
## How does it work when I downgrade?
6060

61-
If you downgrade to a lower tier, you'll see a negative immediate payment amount. This is a credit balance that automatically reduces your future payments until it's used up.
61+
If you downgrade to a lower tier, the unused portion of your current billing period is added as a credit to your account. This credit is applied automatically to future payments until it's used up.
6262

6363
## How do I update my payment method?
6464

docs/buttondown.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Select `Custom event` as the goal trigger and enter this exact name: `Subscribe`
2020

2121
<img alt="Add Subscribe goal" src={useBaseUrl('img/add-a-subscribe-goal.png')} />
2222

23-
Next, click on the "**Add goal**" button, and you’ll be taken back to the Goals page. After you've completed this process, all the newsletter signups will start being tracked and will be displayed in the "**Goal Conversions**" report of your Plausible Analytics dashboard.
23+
Next, click on the "**Add goal**" button, and you’ll be taken back to the Goals page. After you've completed this process, all the newsletter signups will start being tracked and will be displayed in the "**Goals**" report of your Plausible Analytics dashboard.
2424

2525
You'll see "**Subscribe**" goal as soon as the first subscriber has been tracked. That's all you need to do. Plausible will automatically record new goals (including which page your subscriber is on) whenever you get a new subscriber.
2626

@@ -34,7 +34,7 @@ Select `Custom event` as the goal trigger and enter this exact name: `Outbound L
3434

3535
<img alt="Add Outbound Link Click goal" src={useBaseUrl('img/outbound-link-click-goal.png')} />
3636

37-
Next, click on the "**Add goal**" button to be taken back to the Goals page. After you've completed this process, all the external link clicks will start being tracked and will be displayed in the "**Goal Conversions**" report of your Plausible Analytics dashboard.
37+
Next, click on the "**Add goal**" button to be taken back to the Goals page. After you've completed this process, all the external link clicks will start being tracked and will be displayed in the "**Goals**" report of your Plausible Analytics dashboard.
3838

3939
You'll see "**Outbound Link: Click**" goal as soon as the first external link click has been tracked. That's all you need to do. Plausible will automatically record new external link clicks.
4040

docs/carrd-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Next, click on the "**Add goal**" button and you'll be taken back to the Goals p
101101

102102
### 4. Your goal should now be ready and tracking
103103

104-
Your goal should now be set up. When you navigate back to your Plausible Analytics dashboard, you should see the number of visitors who triggered the custom event. Goal conversions are listed at the very bottom of the dashboard. The goal will show up in your dashboard as soon as it has been completed at least once.
104+
Your goal should now be set up. When you navigate back to your Plausible Analytics dashboard, you should see the number of visitors who triggered the custom event. Goals are listed at the bottom of your dashboard. The goal will show up in your dashboard as soon as it has been completed at least once.
105105

106106
## Triggering multiple custom events on the same page
107107

docs/change-domain-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here's how to change the domain name of a site in your Plausible account:
2222
<img alt="Change domain name in Plausible" src={useBaseUrl('img/v2/change-domain.webp')} />
2323
</div>
2424

25-
- Type in your new domain name. Please, remove `https` and `www` from the domain, just keep the hostname (`yourdomain.com`). For example, if your new domain is `https://www.yourdomain.com` then the part to enter in the "**Domain**" field is `yourdomain.com`
25+
- Type in your new domain name. For example, if your new domain is `https://www.yourdomain.com`, enter `yourdomain.com` in the "**Domain**" field. Remove `https://` and `www.` from the URL.
2626

2727
- Click on the "**Change domain**" button to proceed with the domain name change
2828

docs/consolidated-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It looks just like any other Plausible dashboard, but the data includes all your
1414

1515
## When a consolidated view is useful
1616

17-
- If you're building multi-tenant applications, offering [a white label analytics dashboard](https://plausible.io/white-label-web-analytics) or a similar service.
17+
- If you're building multi-tenant applications, offering [a white label analytics dashboard](https://plausible.io/white-label-web-analytics) or a similar service, you can use a consolidated view to monitor traffic across all your properties at once.
1818
- If you are managing several brands or domains, you will be able to check total visitors, top sources, and important trends across all your sites at once.
1919

2020
- It helps you oversee a network of blogs or microsites so you can spot which sites grow fastest, which ones slow down, and where to focus content or marketing effort.

docs/csv-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Plausible Analytics allows you to import your historical stats from various anal
1010
We have a simple [Google Analytics import tool](google-analytics-import.md).
1111
:::
1212

13-
The rest of this article is focused importing your historical stats into Plausible using CSV files.
13+
The rest of this article is focused on importing your historical stats into Plausible using CSV files.
1414

1515
## How to import your historical stats via CSV files
1616

docs/custom-automatic-link-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ Click on the "**+ Add goal**" button to go to the goal creation form.
8383

8484
Select `Custom event` as the goal trigger and enter this exact name: `Cloaked Link: Click`.
8585

86-
Next, click on the "**Add goal**" button and you'll be taken back to the Goals page. When you navigate back to your Plausible Analytics dashboard, you should see the number of visitors who have completed your new custom event. Goal conversions are listed at the very bottom of the dashboard. Note that at least one click is required for this to show in your dashboard.
86+
Next, click on the "**Add goal**" button and you'll be taken back to the Goals page. When you navigate back to your Plausible Analytics dashboard, you should see the number of visitors who have completed your new custom event. Goals are listed at the bottom of your dashboard. Note that at least one click is required for this to show in your dashboard.
8787

8888
That's it. You're now tracking all link clicks on your site with custom URL matching rules!

docs/custom-props/props-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ To configure a property, go to the [site settings](website-settings.md) in your
1414

1515
As soon as you've recorded at least one custom event or one pageview with a custom property attached to it, you'll be able to see an option to filter by that property in your Plausible dashboard.
1616

17-
At the bottom of your dashboard, in the "**Goal Conversions**" section you can switch to the "**Properties**" tab. There you can select a specific custom property to see the related data. After you filter the dashboard by one particular custom property, you can segment your stats even further by adding additional custom properties to the filter. Simply keep clicking on further custom properties to segment the stats even further.
17+
At the bottom of your dashboard, in the "**Goals**" section you can switch to the "**Properties**" tab. There you can select a specific custom property to see the related data. After you filter the dashboard by one particular custom property, you can segment your stats even further by adding additional custom properties to the filter. Keep clicking on custom properties to add more segments.
1818

19-
Clicking on any of your custom events in the "**Goals**" tab of the "**Goal Conversions**" section will also take you to the "**Properties**" tab to display the properties attached to that specific custom event.
19+
Clicking on any of your custom events in the "**Goals**" section will also take you to the "**Properties**" tab to display the properties attached to that specific custom event.
2020

2121
<img alt="Custom Property Filter" src={useBaseUrl('img/custom-props-breakdown.png')} />
2222

0 commit comments

Comments
 (0)