Documentation
¶
Overview ¶
Package omnidxi provides an Amplitude implementation of the omnidxi Tracker interface.
Index ¶
- type Tracker
- func (t *Tracker) Alias(ctx context.Context, alias core.Alias) error
- func (t *Tracker) Close() error
- func (t *Tracker) Flush(ctx context.Context) error
- func (t *Tracker) Group(ctx context.Context, group core.Group) error
- func (t *Tracker) Identify(ctx context.Context, user core.User) error
- func (t *Tracker) Info() core.TrackerInfo
- func (t *Tracker) Track(ctx context.Context, event core.Event) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tracker ¶
type Tracker struct {
// contains filtered or unexported fields
}
Tracker wraps the Amplitude analytics-go client with the omnidxi interface.
func (*Tracker) Alias ¶
Alias links two user identities. Note: Amplitude handles identity merging differently; this creates an alias event.
func (*Tracker) Info ¶
func (t *Tracker) Info() core.TrackerInfo
Info returns metadata about this tracker.
Click to show internal directories.
Click to hide internal directories.