Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
53 changes: 53 additions & 0 deletions docs/consolidated-views.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: Consolidated views
---

import useBaseUrl from '@docusaurus/useBaseUrl';

A consolidated view gives you an overview of traffic across all your websites. It looks just like any other Plausible stats dashboard, but the underlying data includes all your sites, instead of just one.

## How to enable your consolidated view?

In order to have a consolidated view, the following requirements need to be met:

1) You have a [team](/users-roles#creating-a-new-team) set up
2) Your team has at least 2 sites
3) Your team has a Plausible Business subscription (or a custom subscription plan with Business features included)

Once your team is eligible for having a consolidated view, you can navigate to the /sites page and it will show up automatically.

## Configuration

Just like a regular site, a consolidated view has its own settings. You can access the settings directly from the /sites page, or the site picker menu on the top left of the consolidated dashboard.

#### Timezone

You can change the timezone in which your consolidated stats are reported. By default, it's set to the timezone in which you've configured the majority of your sites.

#### Goals

In order to see conversions showing up on your consolidated dashboard, you'll have to add the goals manually, just as you would on a regular Plausible site.

#### Custom properties

Just like goals, custom properties need to be added manually too.

#### Email reports

You can also enable email reports that take all your sites' traffic into account.

## Limitations

#### Imported data

Currently, consolidated views do not include any imported data.

#### Revenue goals

Revenue goals are currently not supported in consolidated views.






1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = {
],
'Stats Dashboard': [
'guided-tour',
'consolidated-views',
'compare-stats',
'filters-segments',
'google-search-console-integration',
Expand Down