Documentation
¶
Index ¶
- Constants
- func Action(action *contexts.Action, opts ...event.Option) *event.Event
- func Alias(alias *contexts.Alias, user *contexts.User, opts ...event.Option) *event.Event
- func Group(grp *contexts.Group, usr *contexts.User, opts ...event.Option) *event.Event
- func Identify(user *contexts.User, opts ...event.Option) *event.Event
- func Pageview(page *contexts.Page, opts ...event.Option) *event.Event
- func Screen(screen *contexts.Screen, opts ...event.Option) *event.Event
- func Session(sess *contexts.Session, opts ...event.Option) *event.Event
- func Timing(t *contexts.Timing, opts ...event.Option) *event.Event
- func Track(evt string, opts ...event.Option) *event.Event
Constants ¶
View Source
const EventTypeAction event.Type = "action"
View Source
const EventTypeAlias event.Type = "alias"
View Source
const EventTypeGroup event.Type = "group"
View Source
const EventTypeIdentify event.Type = "identify"
View Source
const EventTypePageview event.Type = "pageview"
View Source
const EventTypeScreen event.Type = "screen"
View Source
const EventTypeSession event.Type = "session"
View Source
const EventTypeTiming event.Type = "timing"
View Source
const EventTypeTrack event.Type = "track"
View Source
const EventTypeTransaction event.Type = "transaction"
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.