Goals

Goals tell Atribusi which actions count as a conversion. Open Websites → [site] → Goals.

TypeMatch rule
PATHExact path or suffix * wildcard (/thanks*)
EVENTExact custom event name (signup)

Atribusi records one conversion per goal per session. PATH goals need no extra code. EVENT goals need trackEvent:

window.atribusi.trackEvent('signup');

Goal results show on Conversions. Read the goals how-to.