Track an event with a key/value pair. This can be used in insights to track happenings over time and visualize them.
It can also be used to alert you in the case of spikes and dips using Automations with Notification steps.
Many events are tracked automatically during flows, such as added tags, completions and handoffs, and more. The following is the full list of automatically tracked events:
_flow
: See how many of each flow is being classified over time.
_flow_{action}
: Track outcomes (complete, transfer, etc.) on a per-action basis with greater granularity than the Analytics page._handoff
: See handoffs and transfers across every action.
_merge
: Track merged duplicate tickets and merges that would have happened if the customer had enabled the feature.
_reopen
: Track when tickets are reopened after we mark them as solved._set_ticket_status
: Records when ticket statuses are overridden by workflows to Open or Pending._shipment
: Shipment statuses when tracking._subclass_{classifier}
: See all sub-classifications.
_tag
: Tags applied._ticket
: Count the number of tickets received, captured, and final states (complete, transfer, etc.).
{action}
or {subclassifier}
above means the name of the action, lowercased,
and with underscores instead of spaces. For example, Track Order
becomes
track_order
, so _flow_{flow}
would be _flow_track_order
.
Note that all automatically-recorded events are prefixed with _
. Events
created manually in workflows using Track Event steps must not prefix their
names with _
.