API Reference sauce_analytics v0.1.2
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
ETS store for tracking view and event sequence per user session.
This struct represents an entry obtained from the Store.
The state of the SauceAnalytics.Store
GenServer