Plausible
Plausible is a privacy-focused website analytics platform that provides traffic and event tracking without using cookies.
Key features include:
- Page view tracking
- Event tracking
- Outbound link tracking
- File download tracking
- Form submission tracking
- GDPR-compliant analytics
Plausible integrates with ShopWired by using a tracking added to the website theme to record visitor activity across the ShopWired website.
Account creation
Account creation
To use Plausible with ShopWired, create an account at the Plausible Website.
After your account is created and configured, Plausible will then provide you with the script tracking code required for installation.
Theme installation
Theme installation
Plausible provides a JavaScript tracking script that must be added to your ShopWired website so that it loads on every page.
An example of the Plausible tracking script is shown below:
<script defer data-domain="example.com" src="https://plausible.io/js/script.js"></script>
The script shown above is provided as an example only. You must copy the exact script provided in your own account, as the script and any ID values will be unique to your website.
Add the tracking script to your ShopWired website theme:
- Navigate to Website > Themes
- Select the
code editoroption for the theme you want to edit - Open the
master.twigfile - Paste the Plausible tracking script just above the closing
</head>tag - Select
save changes
Recommendations
Recommendations
- Ensure the tracking script is present only once in the
master.twigfile. - Verify that the domain specified in the tracking script matches your website domain exactly.
- Allow time for data to appear in the Plausible dashboard after installation.