Plausible
Install
Section titled “Install”npm install @junctionjs/destination-plausiblepnpm add @junctionjs/destination-plausibleyarn add @junctionjs/destination-plausibleimport { createCollector } from "@junctionjs/core";import { plausible } from "@junctionjs/destination-plausible";
const collector = createCollector({ destinations: [ { destination: plausible({ domain: "example.com", }), }, ],});Features
Section titled “Features”- Plausible Events API — sends events via Plausible’s server-side API
- Privacy-focused — no cookies, no PII, GDPR-friendly by design
- Custom events — map Junction events to Plausible custom event names
- Custom properties — forward up to 30 custom props per event
- Revenue tracking — attach currency and amount to conversion events
- Self-hosted support — configurable API host for self-hosted Plausible instances
- Consent: analytics — gated behind analytics consent category