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
14 changes: 9 additions & 5 deletions docs/integration-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,27 @@ We've put together several guides that cover popular website builders and conten

## Official integrations

These are built and maintained by the Plausible team.
These are built and maintained by the Plausible team. Unlike community plugins, official integrations stay current as the product evolves and are supported directly by us.

### Add the snippet to the header of your site

To integrate your website with Plausible, you can manually insert our tracking snippet into the header section of your site. See [the details here](plausible-script.md).

### WordPress plugin

Using WordPress? We have an official WordPress plugin that makes the integration nice and easy. [Here's how to get started with our WordPress plugin](https://plausible.io/wordpress-analytics-plugin).
The [official WordPress plugin](https://plausible.io/wordpress-analytics-plugin) handles installation, event tracking and dashboard access without any code. Built specifically for WordPress: supports WooCommerce revenue tracking, automatic form tracking, author and category stats, proxy mode and more. If your site runs on WordPress, this is the recommended setup.

### Google Tag Manager (GTM)
### Google Tag Manager template

Using GTM? You can use our Google Tag Manager template. See how to integrate Plausible into your site with [Google Tag Manager](https://plausible.io/gtm-template).
The [official GTM template](https://plausible.io/gtm-template) is available in the Google Tag Manager community gallery. Install Plausible and configure event tracking from the GTM dashboard with no code changes. Works well for agencies managing multiple sites from a single GTM account.

### Looker Studio connector

The [official Looker Studio connector](https://plausible.io/looker-studio-connector) connects your Plausible data to Google's free data visualization tool. Build custom dashboards, branded client reports and views that blend Plausible data with other sources like ad spend or CRM data. Available on the [Business plan](subscription-plans.md).

### NPM package

[NPM package](https://www.npmjs.com/package/@plausible-analytics/tracker): A lightweight library to add Plausible tracking to your site through an easy-to-install NPM package.
The [official NPM package](https://www.npmjs.com/package/@plausible-analytics/tracker) lets you add Plausible to any JavaScript project via your package manager. Built and maintained by the Plausible team. Useful for React, Vue, Next.js and other framework-based setups where installing via a script tag is impractical.

### Run Plausible as a first-party connection

Expand Down
1 change: 1 addition & 0 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ slug: /
<li><a href="/docs/top-referrers">Channels, sources and campaigns</a>: where traffic comes from</li>
<li><a href="/docs/scroll-depth">Scroll depth</a>: see how far visitors read down your pages</li>
<li><a href="/docs/google-search-console-integration">Google Search Console</a>: see search queries alongside your stats</li>
<li><a href="/docs/looker-studio">Looker Studio connector</a>: custom reports and dashboards with your Plausible data</li>
</ul>
</div>

Expand Down
6 changes: 3 additions & 3 deletions docs/looker-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ title: Looker Studio Connector

import useBaseUrl from '@docusaurus/useBaseUrl';

In order to focus on simplicity and speed, Plausible Analytics does not support the native ability to create custom reports directly in our dashboard. However, there are some advanced uses where creating custom reports is necessary.
Plausible keeps its dashboard intentionally simple. For cases where you need more flexibility, such as custom client reports, branded dashboards or views that combine Plausible data with ad spend or CRM data, we have an official connector for Google Looker Studio (formerly Data Studio).

For this reason, we have created an official integration with the free data visualization tool, Google Looker Studio (formerly known as Data Studio). You can use our Looker Studio connector to build custom reports with your Plausible Analytics data.
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.

Here's how to get started with our official Looker Studio connector.
The connector is available on the Business plan. Here's how to get started.

<img alt="Plausible Analytics Looker Studio template" src={useBaseUrl('img/plausible-looker-studio.png')} />

Expand Down
2 changes: 1 addition & 1 deletion docs/subscription-plans.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ All plans start at the same pageview tiers. The difference is features and team

- **Starter**: one site, solo use, no team or sharing needed
- **Growth**: multiple sites, or need to share dashboards with clients or invite team members
- **Business**: need funnels, revenue tracking, custom properties, Stats API or Looker Studio
- **Business**: need funnels, revenue tracking, custom properties, Stats API or Looker Studio (build custom dashboards and blend Plausible data with other sources like ad spend or CRM data)
- **Enterprise**: large scale, SSO, Sites API, managed proxy or raw data exports. [Contact us](https://plausible.io/contact) to discuss

Compare full features and pricing on [our website](https://plausible.io/#pricing) or in your account settings. Save 2 months by choosing yearly billing.
Expand Down
Loading