diff --git a/docs/authors.md b/docs/authors.md index 81ba2728..7024712e 100644 --- a/docs/authors.md +++ b/docs/authors.md @@ -4,14 +4,14 @@ title: Our team description: "Meet the team behind Plausible Analytics: the people designing, building and maintaining the privacy-first Google Analytics alternative." --- -Plausible Analytics is designed, developed and maintained by the following people: +Plausible is built and run by a small, fully remote team. No office, no outside investors, no management layers. ## Core team -* [Uku Taht](https://twitter.com/ukutaht) - Design and development -* [Marko Saric](https://twitter.com/markosaric) - Marketing and communication +* [Uku Taht](https://twitter.com/ukutaht) - Design and development +* [Marko Saric](https://twitter.com/markosaric) - Marketing and communication * Robert - Product engineer -* Cenk - Infrastructure and security +* Cenk - Infrastructure and security * Adam - Product engineer and infrastructure * Bogdan - Customer success * Adrian - Product engineer @@ -19,9 +19,13 @@ Plausible Analytics is designed, developed and maintained by the following peopl * Artur - Product engineer * Sanne - Product designer -## Regular contributors +## Contributors * Daan - WordPress plugin * Greg - Connectors and integrations Special thanks to the community contributors who build and maintain [integrations with various frameworks](integration-guides.md). + +--- + +Learn more about how Plausible started and how we work on our [about page](https://plausible.io/about). diff --git a/docs/billing.md b/docs/billing.md index 225a7ff9..abbf999f 100644 --- a/docs/billing.md +++ b/docs/billing.md @@ -1,6 +1,6 @@ --- title: Billing FAQ -description: "Answers to common billing questions for Plausible Analytics. Covers invoices, usage calculation, multiple clients, VAT and subscription management." +description: "Common billing questions for Plausible Analytics. Pageview-based pricing, no per-seat fees. 30-day free trial, no credit card required." --- @@ -183,3 +183,5 @@ Ad blockers and privacy extensions can interfere with the payment form. Try disa - If your card details are correct and no 3DS prompt was issued, try subscribing using a different email address Have a billing question not covered here? [Contact us](https://plausible.io/contact). + +Not yet subscribed? [Start a free trial](https://plausible.io/register). 30 days free, no credit card required. diff --git a/docs/consolidated-views.md b/docs/consolidated-views.md index 4dd71e25..f2e8d015 100644 --- a/docs/consolidated-views.md +++ b/docs/consolidated-views.md @@ -5,6 +5,8 @@ description: "Plausible's Consolidated View combines traffic from all your sites import useBaseUrl from '@docusaurus/useBaseUrl'; +**Consolidated View is a Business plan feature.** [Compare plans →](https://plausible.io/#pricing) + If you have multiple websites in your Plausible account, the **Consolidated View** gives you an overview of traffic across all of them. This allows you to quickly see the total number of visitors and other key metrics across all your properties in one place. It looks just like any other Plausible dashboard, but the data includes all your sites instead of just one. This way you can get detailed insights into individual site performance and a holistic view of your whole network too. diff --git a/docs/custom-props/introduction.md b/docs/custom-props/introduction.md index b67fe9ea..f2d7df5a 100644 --- a/docs/custom-props/introduction.md +++ b/docs/custom-props/introduction.md @@ -7,6 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; Custom properties let you collect and analyze metrics that Plausible doesn't track automatically. You can attach them to pageviews or custom events to create your own segments and filters. If you're coming from Google Analytics, custom properties are equivalent to [custom dimensions](https://plausible.io/blog/custom-dimensions-analytics). +**Custom properties are a Business plan feature.** [Compare plans →](https://plausible.io/#pricing) + For example, say you want to track your blog posts by `author`. Every time a visitor lands on one of the posts, you can send a pageview with the property `author=...`. You can then filter your Plausible dashboard by a specific author to see all the relevant stats for the posts published by that particular writer. Other examples: diff --git a/docs/ecommerce-revenue-tracking.md b/docs/ecommerce-revenue-tracking.md index d3209f34..c8ed1f79 100644 --- a/docs/ecommerce-revenue-tracking.md +++ b/docs/ecommerce-revenue-tracking.md @@ -7,6 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; Track which marketing campaigns and landing pages drive the most revenue by assigning monetary values to your custom events. +**Revenue tracking is a Business plan feature.** [Compare plans →](https://plausible.io/#pricing) + When you create a new custom event, you can optionally assign a monetary value to it. Our revenue tracking supports multi-currencies too. You can send data in any local currency that the purchase is made in. When using revenue tracking, you'll be able to see these metrics in your dashboard: * Unique conversions diff --git a/docs/funnel-analysis.md b/docs/funnel-analysis.md index 2776f315..e233ba8b 100644 --- a/docs/funnel-analysis.md +++ b/docs/funnel-analysis.md @@ -7,6 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; You can follow the visitor journey from a landing page to a conversion with our multi-step funnel analysis. Use it to find where visitors drop off and improve your conversion rate. +**Funnel analysis is a Business plan feature.** [Compare plans →](https://plausible.io/#pricing) + * You can go beyond pageviews and use any custom events to build a funnel * Choose between two funnel types: sequential (visitors can take other actions between steps) or strict order (steps must happen in exact consecutive order) * With the conversion rate you understand the percentage of visitors who started the user flow and ended with a conversion event diff --git a/docs/looker-studio.md b/docs/looker-studio.md index d810a5a5..dba3e1be 100644 --- a/docs/looker-studio.md +++ b/docs/looker-studio.md @@ -9,7 +9,7 @@ Plausible keeps its dashboard intentionally simple. For cases where you need mor Looker Studio is Google's free data visualization tool. The Plausible connector lets you pull your analytics data directly into Looker Studio and build any report layout you need. -The connector is available on the Business plan. Here's how to get started. +**Looker Studio connector is a Business plan feature.** [Compare plans →](https://plausible.io/#pricing)
Plausible Analytics Looker Studio template diff --git a/docs/raw-data-export.md b/docs/raw-data-export.md index 6090c684..d4607cc9 100644 --- a/docs/raw-data-export.md +++ b/docs/raw-data-export.md @@ -4,6 +4,8 @@ title: Scheduled raw event exports description: "Get event-level data from Plausible delivered automatically on a schedule. For data warehousing, compliance and internal analytics where aggregated stats are not enough." --- +**Scheduled raw event exports are an Enterprise plan feature.** [Contact us →](https://plausible.io/contact) + The Stats API and CSV export give you aggregated data: totals, breakdowns and time series across your sites. For cases where you need the underlying event-level data, Plausible offers scheduled raw event exports. ## What it is diff --git a/docs/register-account.md b/docs/register-account.md index c8c40668..b65d323c 100644 --- a/docs/register-account.md +++ b/docs/register-account.md @@ -26,3 +26,5 @@ Don't see this email in your inbox? Please check your spam folder and whether yo
Activate your Plausible Analytics account
+ +Once verified, your 30-day trial starts immediately. [Register your account →](https://plausible.io/register) diff --git a/docs/sites-api.md b/docs/sites-api.md index 58e3a3b2..2a98ad64 100644 --- a/docs/sites-api.md +++ b/docs/sites-api.md @@ -5,6 +5,8 @@ description: "Reference for the Plausible Sites API. Create, update and delete s import {Required, Optional} from '../src/js/api-helpers.tsx'; +**Sites API is an Enterprise plan feature.** [Contact us →](https://plausible.io/contact) + The Plausible Site provisioning API offers a way to create and manage sites in your Plausible account programmatically. This is useful if you run many websites or if you're [offering a web analytics dashboard powered by Plausible to your customers](https://plausible.io/white-label-web-analytics). The Site API allows these operations: * List existing sites diff --git a/docs/stats-api.md b/docs/stats-api.md index c83caa0f..64df86db 100644 --- a/docs/stats-api.md +++ b/docs/stats-api.md @@ -12,6 +12,8 @@ import { SiteContextProvider } from '../src/js/sites.tsx'; Plausible Stats API is a powerful single endpoint HTTP interface to **view historical and real-time stats**. In a nutshell, the endpoint `/api/v2/query` accepts both simple and complex stats queries in the POST request body and returns the metrics as JSON. +**Stats API is a Business plan feature.** [Compare plans →](https://plausible.io/#pricing) + [Try it now for your own site!](#examples) :::tip[Not what you need?] diff --git a/docs/subscription-plans.md b/docs/subscription-plans.md index 7639ab75..f4053f18 100644 --- a/docs/subscription-plans.md +++ b/docs/subscription-plans.md @@ -1,13 +1,13 @@ --- title: Plausible pricing and subscription plans -description: "How Plausible subscription tiers work. Usage is based on total pageviews and custom events across all sites in a team. Compare plans and billing options." +description: "Compare Plausible subscription plans. 30-day free trial, no credit card required. All tiers priced by pageviews, not seats." --- import useBaseUrl from '@docusaurus/useBaseUrl'; Plausible gives you full control over your subscription. Choose a plan, pick monthly or yearly billing and upgrade or downgrade as your needs change. No long-term contracts. -[View plans and pricing →](https://plausible.io/#pricing) +[View plans and pricing →](https://plausible.io/#pricing) · [Start free trial →](https://plausible.io/register) ## How usage is calculated @@ -32,6 +32,8 @@ All plans start at the same pageview tiers. The difference is features and team Compare full features and pricing on [our website](https://plausible.io/#pricing) or in your account settings. Save 2 months by choosing yearly billing. +All plans include a 30-day free trial. No credit card required. You can switch plans during or after your trial. + Nonprofits, educational institutions and open-source projects are eligible for a 15% discount on Business plans with annual billing. See [nonprofit and education pricing](nonprofit-and-education-pricing.md) for details. ## Enterprise-only features @@ -81,3 +83,7 @@ Everything is self-serve in your account settings: - **[Download invoices](download-invoices.md)** - get invoices, add VAT numbers and change billing address. Have a question? Check the [Billing FAQ](billing.md) or [contact us](https://plausible.io/contact). + +--- + +**Not yet subscribed?** [Start a free trial](https://plausible.io/register). 30 days free, no credit card required. For enterprise needs, [contact us](https://plausible.io/contact). diff --git a/docs/trial-to-paid.md b/docs/trial-to-paid.md index 774c5da0..ed222bec 100644 --- a/docs/trial-to-paid.md +++ b/docs/trial-to-paid.md @@ -1,6 +1,6 @@ --- title: Upgrade from trial to a paid subscription -description: "How to upgrade your Plausible free trial to a paid plan. All stats collected during the trial are kept. Nothing resets when you subscribe." +description: "Upgrade your Plausible free trial to a paid subscription. All stats are preserved, nothing resets. Change or cancel any time." --- import useBaseUrl from '@docusaurus/useBaseUrl'; @@ -67,3 +67,5 @@ Your subscription starts immediately and renews automatically. You can [change]( - [Set up email reports](email-reports.md) to receive a weekly or monthly summary of your stats by email - [Create shared links](shared-links.md) to give read-only dashboard access to clients or stakeholders without requiring a Plausible account - [Set up goals](goal-conversions.md) to start tracking conversions if you have not already done so + +Have questions before upgrading? Check the [Billing FAQ](billing.md) or [contact us](https://plausible.io/contact).