Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/carrd-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ sidebar_label: Carrd
description: "Add Plausible Analytics to a Carrd site and track custom events like button clicks using an Embed component. Cookie-free and simple."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

Here's how to add Plausible Analytics to your Carrd site and set up the tracking of custom events such as button clicks.

<CtaBox
headline="Add privacy-first analytics to your Carrd site"
link="https://plausible.io/register"
linkText="Start free trial"
/>

## How to add Plausible to your Carrd website

### Get your site snippet
Expand Down
7 changes: 7 additions & 0 deletions docs/csv-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sidebar_label: CSV files
description: "Import historical analytics data into Plausible using CSV files. Works with any analytics tool that can export CSVs, including multiple properties into one dashboard."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

Plausible Analytics allows you to import your historical stats from various analytics tools using CSV files. You can import multiple different properties into the same Plausible dashboard using CSVs.
Expand All @@ -14,6 +15,12 @@ We have a simple [Google Analytics import tool](google-analytics-import.md).

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

<CtaBox
headline="Import your historical stats and keep your history in one place"
link="https://plausible.io/register"
linkText="Start free trial"
/>

## How to import your historical stats via CSV files

Here's how you can import your historical stats into your Plausible dashboard by using CSV files.
Expand Down
7 changes: 7 additions & 0 deletions docs/discourse-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ sidebar_label: Discourse
description: "Add Plausible Analytics to Discourse via a theme component. Uses hash-based routing support for accurate tracking of forum page views."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

You can add Plausible Analytics tracking code to your Discourse community by adding a component. Since Discourse uses hash-based routing for the post threads, you should to use [our special hash-based script](hash-based-routing.md) on Discourse forums. You may also want to add some of the other options like file-downloads.

<CtaBox
headline="Add privacy-first analytics to your Discourse forum"
link="https://plausible.io/register"
linkText="Start free trial"
/>

## Step 1: Get your Plausible snippet

We display your snippet during the process of adding a new site to your account. You can also see the snippet within the **Site Installation** area of the **General** section in your [site settings](website-settings.md).
Expand Down
7 changes: 7 additions & 0 deletions docs/docusaurus-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ sidebar_label: Docusaurus
description: "Add Plausible Analytics to a Docusaurus documentation site using the community plugin. Privacy-friendly stats with no cookies."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

There is a Plausible Analytics community plugin that allows you to integrate Plausible Analytics with your Docusaurus documentation site.

**[A Docusaurus plugin for Plausible Analytics](https://github.com/infracost/docusaurus-plugin-plausible)**.

<CtaBox
headline="Add privacy-first analytics to your Docusaurus site"
link="https://plausible.io/register"
linkText="Start free trial"
/>
7 changes: 7 additions & 0 deletions docs/filters-segments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ title: Filter and segment your audience
description: "Slice your Plausible data by source, page, location, device or goal. Combine multiple filters into reusable audience segments for faster analysis."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

Plausible Analytics allows you to easily segment your audience to analyze and understand the different trends. A segment is made up of one or more filters. You can save any segment for quick and convenient access.

<CtaBox
headline="Segment your traffic in a simple privacy-first dashboard"
link="https://plausible.io/register"
linkText="Start free trial"
/>

## How to filter your dashboard

Any metric you click on in your dashboard creates a new filter. Click on any referral source, any of your pages or any location, device or goal and your dashboard will then show only the traffic for the metric you have selected.
Expand Down
7 changes: 7 additions & 0 deletions docs/ghost-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ sidebar_label: Ghost
description: "Add Plausible Analytics to Ghost using code injection. Tracks your entire site with one snippet. No cookies, no personal data collected."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

You can use the **[Ghost code injection](https://ghost.org/integrations/plausible/)** feature to add Plausible Analytics tracking code to your Ghost website same way you would add Google Analytics code or any other JavaScript code.

In Ghost you can inject code across your entire site or on an individual post or page. Since Plausible needs to track analytics across your entire site, use the global code injection feature which can be found in the Ghost Admin settings menu.

<CtaBox
headline="Privacy-first analytics for your Ghost publication"
link="https://plausible.io/register"
linkText="Start free trial"
/>

* In the **Menu**, click **Settings**, and then **Code Injection**.

<div class="browser">
Expand Down
7 changes: 7 additions & 0 deletions docs/goal-conversions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Goal conversions
description: "Track signups, purchases, clicks and other key actions in Plausible. Set up pageview or custom event goals to measure conversions and referral sources."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

Goals allow you to track actions that you want your visitors to take on your site. Actions such as signing up to a newsletter, clicking on a **Download** button, registering for a trial account, purchasing a product, clicking on an external link, downloading a file or completing a checkout form of an ecommerce store.
Expand Down Expand Up @@ -73,3 +74,9 @@ Plausible supports the following goal types:
</tr>
</tbody>
</table>

<CtaBox
headline="Track goals and conversions without cookies or personal data"
link="https://plausible.io/register"
linkText="Start free trial"
/>
7 changes: 7 additions & 0 deletions docs/hugo-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ sidebar_label: Hugo
description: "Integrate Plausible Analytics with your Hugo site using the community plugin or by adding the script directly to your theme."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

There are several simple ways to integrate Plausible Analytics with your Hugo documentation site. Let's take a look at them:

<CtaBox
headline="Add privacy-first analytics to your Hugo site"
link="https://plausible.io/register"
linkText="Start free trial"
/>

## Option 1 - recommended setup: Plausible Analytics community plugin

* **[A Hugo plugin for Plausible Analytics](https://github.com/divinerites/plausible-hugo)**. Built and maintained by Divinerites.
Expand Down
7 changes: 7 additions & 0 deletions docs/mediawiki-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sidebar_label: MediaWiki
description: "Install the Plausible extension for MediaWiki to add privacy-first, cookie-free analytics tracking to your wiki."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

You can add the Plausible Analytics tracking code to your MediaWiki instance by downloading and activating the [Plausible](https://github.com/octfx/mediawiki-extension-Plausible) extension.
Expand All @@ -20,3 +21,9 @@ Add `wfLoadExtension( 'Plausible' );` to your `LocalSettings.php`.
Configure as needed.

A more expanded integration document can be found at the extensions [README.md](https://github.com/octfx/mediawiki-extension-Plausible/blob/master/README.md)

<CtaBox
headline="Add privacy-first analytics to your MediaWiki site"
link="https://plausible.io/register"
linkText="Start free trial"
/>
7 changes: 7 additions & 0 deletions docs/nextjs-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ sidebar_label: Next.js
description: "Add Plausible Analytics to a Next.js app using the next-plausible package. Covers script setup, custom events and proxying."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

You can add the script directly to your head through "next/head" or react-helmet. However there is a simpler way that also provides custom events functionality:

**[Next-Plausible](https://github.com/4lejandrito/next-plausible)** built and maintained by [4lejandrito](https://github.com/4lejandrito). It supports:

<CtaBox
headline="Add privacy-first analytics to your Next.js app"
link="https://plausible.io/register"
linkText="Start free trial"
/>

## Serving the Plausible script

```jsx title="pages/index.jsx"
Expand Down
7 changes: 7 additions & 0 deletions docs/pageview-goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Pageview goals
description: "Track conversions by monitoring visits to specific pages in Plausible. No code changes needed. Just set a pathname and start measuring."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

Pageview goals allow you to measure how many people visit a specific section of your site (for instance dynamically created checkout pages for ecommerce) and get referral sources and other details for those conversions.
Expand All @@ -11,6 +12,12 @@ Since pageviews are collected automatically, you don’t need to change your web

Do you run a store and want to track purchases? Do you have a contact form and want to track form submissions? Use pageview goals to track the "thank you" page or the order confirmation page.

<CtaBox
headline="Track pageview goals in a simple privacy-first dashboard"
link="https://plausible.io/register"
linkText="Start free trial"
/>

To get started with **Pageview Goals**, go to [your website's settings](website-settings.md) in Plausible Analytics and visit the **Goals** section. You should see an empty list with a prompt to add a goal.

Click the **+ Add goal** button to go to the goal creation form.
Expand Down
7 changes: 7 additions & 0 deletions docs/shopify-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ sidebar_label: Shopify
description: "Track add to cart, checkout, purchase and revenue attribution in Plausible Analytics on your Shopify store. No cookies required."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

Here's how to add Plausible Analytics to your Shopify store and set up the tracking of events such as add to cart, checkout, purchase, revenue attribution and more.

<CtaBox
headline="Privacy-first analytics for your Shopify store"
link="https://plausible.io/register"
linkText="Start free trial"
/>

## Add Plausible snippet to Shopify

* Log in to your Shopify account and click on Sales Channels > Online Store > Themes in the left-hand side menu.
Expand Down
7 changes: 7 additions & 0 deletions docs/squarespace-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ sidebar_label: Squarespace
description: "Add Plausible Analytics to a Squarespace site using Code Injection. Privacy-first, cookie-free tracking without touching your theme files."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

Here's how to add Plausible Analytics to your Squarespace site

<CtaBox
headline="Add privacy-first analytics to your Squarespace site"
link="https://plausible.io/register"
linkText="Start free trial"
/>

## How to add Plausible to your Squarespace website

* On your site's settings page, click on **Advanced** and then click on **Code Injection**
Expand Down
7 changes: 7 additions & 0 deletions docs/webflow-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ sidebar_label: Webflow
description: "Add Plausible Analytics to Webflow via Custom Code and track button clicks or form submissions as custom events. No cookies needed."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

Here's how to add Plausible Analytics to your Webflow site and set up the tracking of custom events such as button clicks and form submissions.

<CtaBox
headline="Add privacy-first analytics to your Webflow site"
link="https://plausible.io/register"
linkText="Start free trial"
/>

## How to add Plausible to your Webflow website

* On your project's page, click on the Webflow logo (**W**) in the left-hand side menu and choose **Project Settings**.
Expand Down
7 changes: 7 additions & 0 deletions docs/wix-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sidebar_label: Wix
description: "Add Plausible Analytics to a Wix site using the Custom Code feature. Cookie-free visitor tracking that works across all pages."
---

import CtaBox from '@site/src/components/CtaBox';
import useBaseUrl from '@docusaurus/useBaseUrl';

You can use the **[Custom Code](https://support.wix.com/en/article/wix-editor-embedding-custom-code-on-your-site)** feature to add Plausible Analytics tracking code to your Wix website the same way you would add Google Analytics code or any other JavaScript code.
Expand All @@ -19,6 +20,12 @@ Site-wide JavaScript code injection is a premium Wix feature so you need to upgr

Now you can go to your website and verify whether Plausible Analytics script has been added and to your Plausible Analytics account to see whether the stats are being tracked. See here [how to verify the integration](troubleshoot-integration.md).

<CtaBox
headline="Add privacy-first analytics to your Wix site"
link="https://plausible.io/register"
linkText="Start free trial"
/>

## What's next?

- [Set up goals](goal-conversions.md) to track form submissions, button clicks or any conversion that matters to your site
Expand Down
8 changes: 8 additions & 0 deletions docs/wordpress-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ sidebar_label: WordPress
description: "Add Plausible Analytics to your WordPress site using the official plugin. Cookie-free, privacy-first tracking with proxy and goal tracking support."
---

import CtaBox from '@site/src/components/CtaBox';

The best way to add Plausible to your WordPress site is our official WordPress plugin. It gives you a Plausible configuration page directly in your WordPress dashboard, with options for the proxy, goal tracking and more.

For full installation instructions, setup options and feature details, visit the [Plausible WordPress plugin page](https://plausible.io/wordpress-analytics-plugin).

<CtaBox
headline="Privacy-first analytics for your WordPress site, no cookies and no consent banner"
link="https://plausible.io/register"
linkText="Start free trial"
/>

## Common issues

Having trouble with the plugin? Jump to the relevant section:
Expand Down
Loading