Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 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
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 dashboard, but the data includes all your sites instead of just one.
Comment thread
Hricha-Shandily marked this conversation as resolved.
Outdated

## How to enable your consolidated view?

To have a consolidated view, you need:

1) To have a [team](/users-roles#creating-a-new-team) set up
2) At least two sites in that team
3) A Plausible Business plan (or a custom plan with Business features)

Once your team meets these requirements, your consolidated view will appear automatically on the /sites page.
Comment thread
Hricha-Shandily marked this conversation as resolved.
Outdated

## 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 used for your consolidated stats. By default, it uses the timezone set for the majority of your sites.

#### Goals

To see conversions on your consolidated dashboard, add your [goals](https://plausible.io/docs/goal-conversions) manually, just like you would on a regular site.

#### Custom properties

Just like goals, [custom properties](https://plausible.io/docs/custom-props/introduction) need to be added manually too.

#### Email reports

You can enable [email reports](https://plausible.io/docs/email-reports) that combine traffic from all your sites.

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