← All posts

September 9, 2026

Track custom events

Send a custom event after the tracker loads:

window.atribusi.trackEvent('signup');
window.atribusi.trackEvent('purchase', {
  props: { plan: 'pro', value: 49 },
});

Open Events to see names, counts, unique sessions, and property breakdowns. Export the table with Export events.

Atribusi Events page with custom event counts and export
Events report on the public demo.