Analytics

Custom events

Track clicks, signups, and any custom action with devlune.track().

Beyond pageviews, you can record custom events — button clicks, signups, downloads — from your own code.

// fire a custom event with optional properties
devlune.track("signup", { plan: "pro" });

Events appear in the dashboard's Events explorer with counts and last-seen times. Use Goals to mark an event or pageview as a conversion.