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