Plausible Analytics provides open source and privacy-friendly web analytics, now at the edge.
Find it on GitHub: /edgee-cloud/plausible-component
Plausible is intuitive, lightweight and open source web analytics. It works without cookies and is fully compliant with GDPR, CCPA and PECR. Made and hosted in the EU, powered by European-owned cloud infrastructure.
This component eliminates the need to embed Plausible’s snippet on your website, offering improvements in privacy and website performance.
Here’s how Edgee events map to Plausible events:
Edgee event | Plausible Event |
---|---|
Page | pageview |
Track | Your event name |
User | user |
When you make a user
call, Edgee will send a user
event to Plausible.
Additionally, the user’s data (user_id, anonymous_id, and properties) are stored on the device,
enabling proper attribution for subsequent page views and events.
To integrate Plausible into your Edgee project:
edgee/plausible
from the list of available components.Instance URL
.Domain
and click Save.When configuring the component in your Edgee Data Layer or within SDK calls, use edgee/plausible
as the component name:
For more details on Plausible implementation, refer to the official Plausible documentation.