Mixpanel API v0.8.0 Mixpanel.Client

Summary

Functions

engage(event)

Specs

engage(Map.t) :: :ok

Updates a user profile.

See Mixpanel.engage/4.

start_link(token, opts \\ [])
track(event, properties \\ %{})

Specs

track(String.t, Map.t) :: :ok

Tracks a event

See Mixpanel.track/3