Docs
Outbound / exit clicks
Clicks on an <a href> that leave the current origin send event type outbound. Same-origin links, pageviews, purchases, goals, identify, and scroll are unchanged.
Markdown · same page for crawlers. index, follow.
What fires
The snippet listens for clicks. If the resolved URL is http or https and the origin is not the page origin, it sends type: outbound with the destination URL (host + path). It does not call preventDefault.
// sent automatically — you do not have to call this
// cashline('outbound') is reserved so it is not treated as a goal nameOn the board
Sources → Exit clicks. Columns: destination, clicks, visitors. Empty until an outbound event is stored. CSV export includes this table.
What this is not
Not a pageview. Not an exit page (last path on your origin). Not a purchase. Existing pageview / purchase / goal / identify / scroll calls stay the same. zarstat() is still an alias for cashline().