Analytics
Universal analytics client, currently only supports Mixpanel.
Installation
The package can be installed by adding analytics
to your list of dependencies in mix.exs
:
def deps do
[
{:analytics, "~> 0.1.0"}
]
end
And set your Mixpanel token in config.ex
:
config :analytics, :mixpanel,
token: "my_mixpanel_token"
The docs can be found at https://hexdocs.pm/analytics.