Skip to content

Commit 27d4c8c

Browse files
committed
footer consistency
1 parent 0c4da1c commit 27d4c8c

4 files changed

Lines changed: 13 additions & 12 deletions

File tree

docs/form-submissions-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you use the form submissions tracking feature, then these count towards your
1111

1212
Plausible can automatically detect and track when visitors submit forms on your website. This feature helps you measure engagement with contact forms, signup forms, and other key conversion points without adding custom code.
1313

14-
When Form submissions tracking is enabled, Plausible automatically detects all forms across your site and records submissions as a single goal. This means you don’t need to configure individual goals for each form Plausible handles it for you.
14+
When Form submissions tracking is enabled, Plausible automatically detects all forms across your site and records submissions as a single goal. This means you don’t need to configure individual goals for each form: Plausible handles it for you.
1515

1616
All detected form submissions are grouped under one goal, and you can analyze where conversions happen by filtering results by page path or referrer. For example, if the same form appears on multiple pages, Plausible will show how many submissions occurred on each specific page.
1717

docs/google-analytics-import.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description: "Import your historical Google Analytics 4 data into Plausible Anal
2323
"name": "Why are the numbers higher in Plausible than in Google Analytics?",
2424
"acceptedAnswer": {
2525
"@type": "Answer",
26-
"text": "Plausible does not require cookie consent and is not blocked by most browser-level tracking protection. GA4 is blocked by Safari ITP, Firefox Enhanced Tracking Protection and many ad blockers. Plausible natively captures more traffic, particularly from privacy-conscious users."
26+
"text": "Plausible does not require cookie consent and is blocked far less often than Google Analytics by browser-level tracking protection. GA4 is blocked by Safari ITP, Firefox Enhanced Tracking Protection and many ad blockers. Plausible natively captures more traffic, particularly from privacy-conscious users."
2727
}
2828
},
2929
{
@@ -208,7 +208,7 @@ GA4 uses modeled data and consent mode to estimate traffic for users who decline
208208

209209
**Numbers are higher in Plausible than in GA4**
210210

211-
Plausible does not require cookie consent and is not blocked by most browser-level tracking protection. GA4 is blocked by Safari ITP, Firefox Enhanced Tracking Protection and many ad blockers. Plausible natively captures more traffic, particularly from privacy-conscious users.
211+
Plausible does not require cookie consent and is blocked far less often than Google Analytics by browser-level tracking protection. GA4 is blocked by Safari ITP, Firefox Enhanced Tracking Protection and many ad blockers. Plausible natively captures more traffic, particularly from privacy-conscious users.
212212

213213
**Import appears to complete but data is missing**
214214

docs/sso.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ Once SSO is configured and your users have valid identities with your chosen ide
2626
<img alt="SSO Login Form" src={useBaseUrl('img/sso-login-form.png')} />
2727
</div>
2828

29-
After entering the email, they are redirected to identity provider's portal. The provider validates their identity if they haven't logged in there yet or uses an already validated identity from an existing session. The identity information (email, name) is then securely sent back to Plausible. At that point, their account is automatically created in Plausible—no manual setup needed.
29+
After entering the email, they are redirected to identity provider's portal. The provider validates their identity if they haven't logged in there yet or uses an already validated identity from an existing session. The identity information (email, name) is then securely sent back to Plausible. At that point, their account is automatically created in Plausible. No manual setup needed.
3030

3131
### Provisioning
3232

3333
When someone logs in through SSO, we will first check if there's an existing team member with a matching email address and SSO configuration. If a match is found, they're logged in as that user. If not, a new user would be created automatically and added to the team whose configured SSO domain matches the email’s domain.
3434

3535
By default, new members are assigned the Viewer role, but you can change it as needed.
3636

37-
A user signing in through SSO can only belong to one team. Team assignment is based on the domain in their email address. Each SSO domain must be uniquea single domain can't be linked to more than one team at once.
37+
A user signing in through SSO can only belong to one team. Team assignment is based on the domain in their email address. Each SSO domain must be unique: a single domain can't be linked to more than one team at once.
3838

3939
You can read more about domains at [SSO Domains](#sso-domains).
4040

4141
### Security
4242

43-
When you configure SSO for your team for the first time, existing members can still log in using their email and password. However, once a member signs in via your identity provider, their account becomes SSO-onlythey can no longer use standard login credentials.
43+
When you configure SSO for your team for the first time, existing members can still log in using their email and password. However, once a member signs in via your identity provider, their account becomes SSO-only: they can no longer use standard login credentials.
4444

4545
Standard and SSO users can coexist on the same team as long as the "Force Single Sign-On" option is disabled.
4646

@@ -176,7 +176,7 @@ Providing this fallback is important to provide a way to resolve issues with mis
176176

177177
## SSO Domains
178178

179-
Before it's possible to log in through SSO, you need to add at least one domain and verify its ownership using one of the three available methods. SSO will not work—even if SAML is fully configured—until a domain is added and verified.
179+
Before it's possible to log in through SSO, you need to add at least one domain and verify its ownership using one of the three available methods. SSO will not work until a domain is added and verified, even if SAML is fully configured.
180180

181181
When someone tries to log in via SSO, Plausible checks the domain part of their email address (the part after the “@”) against your configured domains. If a match is found, the user is redirected to the appropriate identity provider for authentication.
182182

@@ -223,7 +223,7 @@ Following settings are available:
223223
- **Session timeout (minutes)**: Session timeout for users logged in through SSO. Maximum is 12 hours. Default is 360 minutes (6 hours).
224224

225225
:::tip Session timeouts in Plausible and in identity provider are different things
226-
SSO account session timeout in Plausible is always counted relative to the time of last login, not user activity. Unlike standard accounts, simply staying active won’t extend the session. However, this doesn’t mean users need to manually log in again when the session expires. When the timeout is reached, Plausible automatically redirects to your identity provider. If the user's session is still valid there, they’re seamlessly returned to Plausibleright back to the last page they visited. Plausible's session timeout is typically shorter than the one configured at your identity provider. This helps keep user access in sync. For example, if a user's identity is removed at the provider level, their Plausible session will expire shortly after, limiting unauthorized access.
226+
SSO account session timeout in Plausible is always counted relative to the time of last login, not user activity. Unlike standard accounts, simply staying active won’t extend the session. However, this doesn’t mean users need to manually log in again when the session expires. When the timeout is reached, Plausible automatically redirects to your identity provider. If the user's session is still valid there, they’re seamlessly returned to Plausible, right back to the last page they visited. Plausible's session timeout is typically shorter than the one configured at your identity provider. This helps keep user access in sync. For example, if a user's identity is removed at the provider level, their Plausible session will expire shortly after, limiting unauthorized access.
227227
:::
228228

229229
## Team Management

docusaurus.config.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ module.exports = {
8585
{ label: 'Migrate from GA4', href: 'https://plausible.io/migrate-from-google-analytics' },
8686
{ label: 'vs Matomo', href: 'https://plausible.io/vs-matomo' },
8787
{ label: 'vs Cloudflare', href: 'https://plausible.io/vs-cloudflare-web-analytics' },
88-
{ label: 'GA4 accuracy comparison', href: 'https://plausible.io/most-accurate-web-analytics' },
89-
{ label: 'Why pay for analytics?', href: 'https://plausible.io/paid-analytics-vs-free-ga' },
90-
{ label: 'Is Plausible right for you?', href: 'https://plausible.io/when-not-to-use-plausible' },
88+
{ label: 'GA4 accuracy', href: 'https://plausible.io/most-accurate-web-analytics' },
89+
{ label: 'Paid vs free', href: 'https://plausible.io/paid-analytics-vs-free-ga' },
90+
{ label: 'Right for you?', href: 'https://plausible.io/when-not-to-use-plausible' },
91+
{ label: 'How to choose', href: 'https://plausible.io/privacy-friendly-web-analytics' },
9192
{ label: 'WordPress plugin', href: 'https://plausible.io/wordpress-analytics-plugin' },
9293
{ label: 'Google Tag Manager', href: 'https://plausible.io/gtm-template' },
9394
{ label: 'Looker Studio', href: 'https://plausible.io/looker-studio-connector' },
@@ -103,7 +104,7 @@ module.exports = {
103104
{ label: "What's new", href: 'https://plausible.io/changelog' },
104105
{ label: 'Status', href: 'https://plausible.io/status' },
105106
{ label: 'GitHub', href: 'https://github.com/plausible/analytics' },
106-
{ label: 'Twitter', href: 'https://twitter.com/plausiblehq' },
107+
{ label: 'X (Twitter)', href: 'https://twitter.com/plausiblehq' },
107108
{ label: 'Bluesky', href: 'https://bsky.app/profile/plausible.io' },
108109
{ label: 'Mastodon', href: 'https://fosstodon.org/@plausible' },
109110
{ label: 'LinkedIn', href: 'https://www.linkedin.com/company/plausible-analytics/' },

0 commit comments

Comments
 (0)