Segmentry.Analytics.Page (segmentry v0.3.0)

Copy Markdown View Source

A page event — records a web page view, named by name, with optional properties.

Summary

Types

t()

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

Functions

new(attrs)