Segmentry.Analytics.Track (segmentry v0.3.0)

Copy Markdown View Source

A track event — records an action a user performed, named by event, with optional properties.

Summary

Types

t()

@type t() :: %Segmentry.Analytics.Track{
  anonymousId: term(),
  context: term(),
  event: term(),
  integrations: term(),
  properties: term(),
  timestamp: term(),
  type: term(),
  userId: term(),
  version: term()
}

Functions

new(attrs)