Goals
Goals tell Atribusi which actions count as a conversion. Open Websites → [site] → Goals.
| Type | Match rule |
|---|---|
| PATH | Exact path or suffix * wildcard (/thanks*) |
| EVENT | Exact 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.
