modulepackage
0.0.0-20160610055645-f62e3b57c0e4
Repository: https://github.com/savaki/amplitude-go.git
Documentation: pkg.go.dev
# README
amplitude-go
Amplitude client for Go. For additional documentation visit https://amplitude.com/docs or view the godocs.
Installation
$ go get github.com/savaki/amplitude-go
Examples
Basic Client
Full example of a simple event tracker.
apiKey := os.Getenv("AMPLITUDE_API_KEY")
client := amplitude.New(apiKey)
client.Publish(amplitude.Event{
UserId: "123",
EventType: "sample",
})
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author