Skip to content

Commit 086a11c

Browse files
committed
Remove mentions of rollup
1 parent 17ec3d9 commit 086a11c

File tree

1 file changed

+2
-42
lines changed

1 file changed

+2
-42
lines changed

docs/plausible-script.md

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Add the snippet to your website
44

55
import useBaseUrl from '@docusaurus/useBaseUrl';
66

7-
To integrate your website with Plausible Analytics, you need to insert a Plausible tracking snippet into the header section of your site. Place the snippet within the `<head> … </head>` tags.
7+
To integrate your website with Plausible Analytics, you need to insert a Plausible tracking snippet into the header section of your site. Place the snippet within the `<head> … </head>` tags.
88

99
We display your snippet during the process of adding a new site to your account. For sites that you've already added to your account, you can find your JavaScript snippet by [logging into your Plausible account](https://plausible.io/sites). Here you'll find the list of websites you've added to Plausible.
1010

@@ -32,46 +32,6 @@ Installing Plausible on a site can be a slightly different process depending on
3232

3333
We've put together [several other guides and plugins](integration-guides.md) that cover popular website builders, content management systems (CMS) and frameworks. These can help you set up and start counting your site visitors in no time.
3434

35-
## Can I send stats to multiple dashboards at the same time?
36-
37-
Yes, you can send your visitor stats to multiple Plausible dashboards at the same time. To do this, you need to configure the data-domain attribute as a comma-separated list in the Plausible snippet. Here's an example:
38-
39-
```html
40-
<script defer data-domain="domain1.com,domain2.com,domain3.com" src="https://plausible.io/js/script.js"></script>
41-
```
42-
43-
## Is there a roll-up view?
44-
45-
:::note
46-
Pageviews tracked using the roll-up view will count towards your billable monthly pageviews.
47-
:::
48-
49-
Rollup reporting allows you to aggregate stats from multiple sites and see them in one combined dashboard while keeping the individual site stats on their own separate dashboards. This way you get detailed insights into individual site performance and a holistic view of your whole network too.
50-
51-
This is useful when building multi-tenant applications, offering [a white label analytics dashboard](https://plausible.io/white-label-web-analytics) or in similar situations. It allows you to keep all your global traffic in one dashboard for internal purposes but also share the traffic from individual tenant sites with the particular client only.
52-
53-
Here's how you can use it:
54-
55-
* Say you have `yoursite.com`, `yoursecondsite.com` and `anothersite.com` as websites in your Plausible account
56-
* Then you could add a new site to your Plausible account called for example `rollup.mysites.com` (you can come up with any name that you want for this, it doesn't need to be an actual domain)
57-
* On the `yoursite.com` site, add the new site name to the data-domain attribute in your Plausible snippet like this:
58-
59-
```html
60-
<script defer data-domain="yoursite.com,rollup.mysites.com" src="https://plausible.io/js/script.js"></script>
61-
```
62-
63-
* And on `yoursecondsite.com` site, add the new site name to the data-domain attribute in your Plausible snippet like this:
64-
65-
```html
66-
<script defer data-domain="yoursecondsite.com,rollup.mysites.com" src="https://plausible.io/js/script.js"></script>
67-
```
68-
69-
* Add the new site name to the data-domain attribute in your Plausible snippet on the `anothersite.com` site too. Like this:
70-
71-
```html
72-
<script defer data-domain="anothersite.com,rollup.mysites.com" src="https://plausible.io/js/script.js"></script>
73-
```
74-
75-
## How to check if Plausible Analytics is installed correctly
35+
## How to check if Plausible Analytics is installed correctly
7636

7737
After adding the Plausible snippet to your website, you can use our testing tool to verify that the snippet is installed correctly and the integration is working. Have some issues with the integration? Take a look at [our guide to troubleshooting your Plausible Analytics integration](troubleshoot-integration.md).

0 commit comments

Comments
 (0)