Skip to content

Plausible

Terminal window
npm install @junctionjs/destination-plausible
import { createCollector } from "@junctionjs/core";
import { plausible } from "@junctionjs/destination-plausible";
const collector = createCollector({
destinations: [
{
destination: plausible({
domain: "example.com",
}),
},
],
});
  • 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