Segmentry.Analytics.Identify (segmentry v0.3.0)

Copy Markdown View Source

An identify event — ties a user to their traits (name, email, plan, etc.).

Summary

Types

t()

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

Functions

new(attrs)