Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Repository files navigation

Analytics

Universal analytics client, currently only supports Mixpanel and Segment.io. We use it in production.

Installation

The package can be installed by adding analytics to your list of dependencies in mix.exs:

defdepsdo[{:analytics,"~> 0.5.0"}]end

And set your Mixpanel token in config.ex:

config :analytics, :mixpanel,
token: "my_mixpanel_token"

or Segment config:

config :analytics, :segment,
write_key: "my_write_key"

The docs can be found at https://hexdocs.pm/analytics.

License

See LICENSE.md.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages