Skip to content

Commit 5a6ac20

Browse files
Merge pull request #781 from plausible/new-cta
new cta
2 parents 5f7a6d2 + f453985 commit 5a6ac20

16 files changed

Lines changed: 113 additions & 0 deletions

docs/carrd-integration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@ sidebar_label: Carrd
55
description: "Add Plausible Analytics to a Carrd site and track custom events like button clicks using an Embed component. Cookie-free and simple."
66
---
77

8+
import CtaBox from '@site/src/components/CtaBox';
89
import useBaseUrl from '@docusaurus/useBaseUrl';
910

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

13+
<CtaBox
14+
headline="Add privacy-first analytics to your Carrd site"
15+
link="https://plausible.io/register"
16+
linkText="Start free trial"
17+
/>
18+
1219
## How to add Plausible to your Carrd website
1320

1421
### Get your site snippet

docs/csv-import.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sidebar_label: CSV files
44
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."
55
---
66

7+
import CtaBox from '@site/src/components/CtaBox';
78
import useBaseUrl from '@docusaurus/useBaseUrl';
89

910
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.
@@ -14,6 +15,12 @@ We have a simple [Google Analytics import tool](google-analytics-import.md).
1415

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

18+
<CtaBox
19+
headline="Import your historical stats and keep your history in one place"
20+
link="https://plausible.io/register"
21+
linkText="Start free trial"
22+
/>
23+
1724
## How to import your historical stats via CSV files
1825

1926
Here's how you can import your historical stats into your Plausible dashboard by using CSV files.

docs/discourse-integration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@ sidebar_label: Discourse
55
description: "Add Plausible Analytics to Discourse via a theme component. Uses hash-based routing support for accurate tracking of forum page views."
66
---
77

8+
import CtaBox from '@site/src/components/CtaBox';
89
import useBaseUrl from '@docusaurus/useBaseUrl';
910

1011
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.
1112

13+
<CtaBox
14+
headline="Add privacy-first analytics to your Discourse forum"
15+
link="https://plausible.io/register"
16+
linkText="Start free trial"
17+
/>
18+
1219
## Step 1: Get your Plausible snippet
1320

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

docs/docusaurus-integration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ sidebar_label: Docusaurus
55
description: "Add Plausible Analytics to a Docusaurus documentation site using the community plugin. Privacy-friendly stats with no cookies."
66
---
77

8+
import CtaBox from '@site/src/components/CtaBox';
89
import useBaseUrl from '@docusaurus/useBaseUrl';
910

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

1213
**[A Docusaurus plugin for Plausible Analytics](https://github.com/infracost/docusaurus-plugin-plausible)**.
14+
15+
<CtaBox
16+
headline="Add privacy-first analytics to your Docusaurus site"
17+
link="https://plausible.io/register"
18+
linkText="Start free trial"
19+
/>

docs/filters-segments.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@ title: Filter and segment your audience
33
description: "Slice your Plausible data by source, page, location, device or goal. Combine multiple filters into reusable audience segments for faster analysis."
44
---
55

6+
import CtaBox from '@site/src/components/CtaBox';
67
import useBaseUrl from '@docusaurus/useBaseUrl';
78

89
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.
910

11+
<CtaBox
12+
headline="Segment your traffic in a simple privacy-first dashboard"
13+
link="https://plausible.io/register"
14+
linkText="Start free trial"
15+
/>
16+
1017
## How to filter your dashboard
1118

1219
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.

docs/ghost-integration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,19 @@ sidebar_label: Ghost
55
description: "Add Plausible Analytics to Ghost using code injection. Tracks your entire site with one snippet. No cookies, no personal data collected."
66
---
77

8+
import CtaBox from '@site/src/components/CtaBox';
89
import useBaseUrl from '@docusaurus/useBaseUrl';
910

1011
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.
1112

1213
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.
1314

15+
<CtaBox
16+
headline="Privacy-first analytics for your Ghost publication"
17+
link="https://plausible.io/register"
18+
linkText="Start free trial"
19+
/>
20+
1421
* In the **Menu**, click **Settings**, and then **Code Injection**.
1522

1623
<div class="browser">

docs/goal-conversions.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Goal conversions
33
description: "Track signups, purchases, clicks and other key actions in Plausible. Set up pageview or custom event goals to measure conversions and referral sources."
44
---
55

6+
import CtaBox from '@site/src/components/CtaBox';
67
import useBaseUrl from '@docusaurus/useBaseUrl';
78

89
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.
@@ -73,3 +74,9 @@ Plausible supports the following goal types:
7374
</tr>
7475
</tbody>
7576
</table>
77+
78+
<CtaBox
79+
headline="Track goals and conversions without cookies or personal data"
80+
link="https://plausible.io/register"
81+
linkText="Start free trial"
82+
/>

docs/hugo-integration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@ sidebar_label: Hugo
55
description: "Integrate Plausible Analytics with your Hugo site using the community plugin or by adding the script directly to your theme."
66
---
77

8+
import CtaBox from '@site/src/components/CtaBox';
89
import useBaseUrl from '@docusaurus/useBaseUrl';
910

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

13+
<CtaBox
14+
headline="Add privacy-first analytics to your Hugo site"
15+
link="https://plausible.io/register"
16+
linkText="Start free trial"
17+
/>
18+
1219
## Option 1 - recommended setup: Plausible Analytics community plugin
1320

1421
* **[A Hugo plugin for Plausible Analytics](https://github.com/divinerites/plausible-hugo)**. Built and maintained by Divinerites.

docs/mediawiki-integration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar_label: MediaWiki
55
description: "Install the Plausible extension for MediaWiki to add privacy-first, cookie-free analytics tracking to your wiki."
66
---
77

8+
import CtaBox from '@site/src/components/CtaBox';
89
import useBaseUrl from '@docusaurus/useBaseUrl';
910

1011
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.
@@ -20,3 +21,9 @@ Add `wfLoadExtension( 'Plausible' );` to your `LocalSettings.php`.
2021
Configure as needed.
2122

2223
A more expanded integration document can be found at the extensions [README.md](https://github.com/octfx/mediawiki-extension-Plausible/blob/master/README.md)
24+
25+
<CtaBox
26+
headline="Add privacy-first analytics to your MediaWiki site"
27+
link="https://plausible.io/register"
28+
linkText="Start free trial"
29+
/>

docs/nextjs-integration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,19 @@ sidebar_label: Next.js
55
description: "Add Plausible Analytics to a Next.js app using the next-plausible package. Covers script setup, custom events and proxying."
66
---
77

8+
import CtaBox from '@site/src/components/CtaBox';
89
import useBaseUrl from '@docusaurus/useBaseUrl';
910

1011
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:
1112

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

15+
<CtaBox
16+
headline="Add privacy-first analytics to your Next.js app"
17+
link="https://plausible.io/register"
18+
linkText="Start free trial"
19+
/>
20+
1421
## Serving the Plausible script
1522

1623
```jsx title="pages/index.jsx"

0 commit comments

Comments
 (0)