Documentation
¶
Index ¶
- type Config
- type Tracker
- func (this *Tracker) Action(group, name string, data ...interface{}) *Tracker
- func (this *Tracker) App(appName, appVersion string) *Tracker
- func (this *Tracker) Begin() *Tracker
- func (this *Tracker) Channel(channelName string) *Tracker
- func (this *Tracker) CustomData(data ...interface{}) *Tracker
- func (this *Tracker) Device(id, os, osVersion, brand string) *Tracker
- func (this *Tracker) End()
- func (this *Tracker) Event(name string, data ...interface{}) *Tracker
- func (this *Tracker) Ip(ip string) *Tracker
- func (this *Tracker) Page(pageName string, data ...interface{}) *Tracker
- func (this *Tracker) SetFirstVisitTime(tm time.Time) *Tracker
- type Tracking
- func (this *Tracking) Config(config *Config) *Tracking
- func (this *Tracking) DisableTracking() *Tracking
- func (this *Tracking) EnableTracking() *Tracking
- func (this *Tracking) ExitVisitor(visitorId int64)
- func (this *Tracking) Init()
- func (this *Tracking) Stop()
- func (this *Tracking) Visitor(visitorId int64) *Tracker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tracker ¶
type Tracker struct {
IsCanTracker bool
// contains filtered or unexported fields
}
func NewTracker ¶
func (*Tracker) CustomData ¶ added in v1.0.5
type Tracking ¶
func (*Tracking) DisableTracking ¶
func (*Tracking) EnableTracking ¶
func (*Tracking) ExitVisitor ¶
Click to show internal directories.
Click to hide internal directories.