API Reference sauce_analytics v0.1.1
modules
Modules
GenServer which is responsible for managing client state and sending requests to the Analytics API.
Information which identifies your app on the Sauce Analytics API.
Responsible for parsing any SauceAnalytics.HTTP.Request
and sending POST requests
to the Sauce Analytics API.
Callback which is invoked on the Phoenix.LiveView
's mount using on_mount/4
. Required when invoked SauceAnalytics
functions in a Phoenix.LiveView
.
Plug responsible for creating entries in Plug.Session
for clients. Required for SauceAnalytics
to function properly.
This struct contains the minimum amount of information that can be used to revive a session.
The state of the SauceAnalytics
GenServer
Session store for analytics information, uses an ETS as a backend for the data.
This struct represents a session obtained from the Store.
The state of the SauceAnalytics.Store
GenServer