Skip to content

a golang implementation of the amplitude client

Notifications You must be signed in to change notification settings

alex-telpis/amplitude-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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",
	})

About

a golang implementation of the amplitude client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%