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.

