Documentation
¶
Index ¶
Constants ¶
View Source
const ( // To track events in Woopra, send Http GET requests to: TRACK_API_ENDPOINT = "https://www.woopra.com/track/ce" // Identify requests can be used to ID a visitor and/or add properties to that visitor. The endpoint is: IDENTIFY_API_ENDPOINT = "https://www.woopra.com/track/identify" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
Tracker
Person
Event string
VisitorProperties map[string]string
UserAgent string
// contains filtered or unexported fields
}
Context is an intermediate representation of concatenated track-request specific data
type Tracker ¶
Tracker used for storing sharable settings
func NewTracker ¶
NewTracker creates new instance of sharable Tracker struct
Click to show internal directories.
Click to hide internal directories.