Add the script to your website
To integrate your website with Plausible Analytics, you need to be able to update the HTML code of the website you want to track. Paste your Plausible Analytics tracking script code into the Header (<head>
) section of your site. Place the tracking script within the <head> … </head>
tags.
Your Plausible Analytics tracking script code will look something like this (your exact code will be shown on the JavaScript snippet page):
<script defer data-domain="yourdomain.com" src="https://plausible.io/js/script.js"></script>
note
On WordPress? We recommend you use our plugin. It is very lightweight, excludes admin visits by default and allows you to see the stats in your WP dashboard. It also avoids conflicts with WP Rocket and similar plugins that can happen with our snippet. See more here.
Where to find your JavaScript snippet
You can find your JavaScript snippet by logging into your Plausible account. Here you'll find the list of websites you've added to Plausible Analytics.
Hover over your website name and click on the "Settings" icon on the right hand side of the domain name you'd like to get the snippet for. Then scroll down to the "Javascript snippet" section on the following page.
Alternatively you can proxy our script
If you'd like to serve the script as a first-party connection from your domain name, we offer a way to proxy our script. See full details here.
Check out integration guides for popular site builders and CMSs
Installing Plausible on a site can be a slightly different process depending on what tools you're using.
We've put together several guides that cover popular website builders and content management systems (CMS) such as WordPress and Ghost. Thanks to the members of our community, there are also integrations and plugins for several frameworks such as Hugo and GatsbyJS. We also have guides for single-page applications.
Here's the full list of all integrations and guides. These can help you set up and start counting your site visitors in no time.
Can I send stats to multiple dashboards at the same time?
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 that you insert into your site. Here's an example:
<script defer data-domain="domain1.com,domain2.com,subdomain.yourdomain.com" src="https://plausible.io/js/script.js"></script>
Can I use the same snippet across my domain and subdomain?
Yes, you can use the same Plausible snippet on multiple sites and subdomains. There are two drawbacks with this approach:
You will have one dashboard with all the stats combined. You won't be able to see individual dashboard of the individual site separated from the other sites.
If you have pages with identical page paths on the different sites (say
yourdomain.com/best-page/
andsubdomain.yourdomain.com/best-page/
), these identical page paths will be listed under one entry (/best-page/
) in the "Top Pages" report with the stats combined into that one entry.
We do have a rollup view reporting which avoids these drawbacks. Here's how to use it:
Is there a roll-up view?
Rollup reporting allows you to aggregate stats from multiple sites and see them all together in one dashboard while still keeping the individual site stats on their own separate dashboards. Here's how you can use it:
- Say you have first.com and second.com sites that have their own Plausible dashboards
- Then you could add a third site to your Plausible account called for example rollup.first-second.com (you can come up with any name that you want for this, it doesn't need to be an actual website)
- On the first.com site, add the new site name to the data-domain attribute in your Plausible snippet like this:
<script defer data-domain="first.com,rollup.first-second.com" src="https://plausible.io/js/script.js"></script>
- Add the new site name to the data-domain attribute in your Plausible snippet on the second.com site too. Like this:
<script defer data-domain="second.com,rollup.first-second.com" src="https://plausible.io/js/script.js"></script>
This will send pageviews from your sites to their individual dashboards so you can still see their separate stats but it will also send their stats to a grouped dashboard which means you'll be able to see the combined stats too in a roll-up view.
How to verify if the script is installed on your site
After you've added the Plausible Analytics script to the HTML of your website, you should see the script installed on your site and can verify that the integration is working.
In your Plausible Analytics account, click on your website domain name. You should see a blinking green dot which indicates that we’re listening for incoming page views in real-time.
There are no delays in stats with Plausible. Everything is live. Once the first page view comes through, you'll be automatically taken to the stats dashboard with graphs and numbers.
This is an indication that the integration is working, congrats! Plausible Analytics is now tracking your website statistics while preserving the privacy of your visitors.
Have some issues with the integration? Take a look at our guide to troubleshooting your Plausible Analytics integration.