Documentation ¶
Index ¶
- func SendAppInfo(httpc *http.Client, gacode string, cookie string, app *AppInfo) error
- func SendEvent(httpc *http.Client, gacode string, cookie string, event *Event) error
- func SendSessionStart(httpc *http.Client, gacode string, cookie string) error
- func SendSessionStop(httpc *http.Client, gacode string, cookie string) error
- func SendValues(httpc *http.Client, gacode string, cookie string, values url.Values) error
- type AppInfo
- type Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendAppInfo ¶
SendAppInfo will send the AppInfo struct to GA over HTTP.
func SendSessionStart ¶
SendSessionStart will send a session start event to GA over HTTP.
func SendSessionStop ¶
SendSessionStop will send a session stop event to GA over HTTP.
Types ¶
Click to show internal directories.
Click to hide internal directories.