analytics v0.6.0 Analytics.Segment
Link to this section Summary
Functions
Associates one identity with another, usually an anonymous user with an identified user once they sign up
Associates an identified user with a group and updates group object with traits
Ties a users to their actions and record traits about them
Tracks an event for an identified user
Link to this section Functions
Link to this function
alias_identity(distinct_id, new_distinct_id_or_user_id)
Associates one identity with another, usually an anonymous user with an identified user once they sign up.
Link to this function
group(distinct_id, group_id, traits \\ %{})
Associates an identified user with a group and updates group object with traits.
Link to this function
identify(distinct_id, traits \\ %{})
Ties a users to their actions and record traits about them.
Link to this function
track(distinct_id, event, properties \\ %{})
Tracks an event for an identified user.