Zerabase provides a system-of-record for your products by unifying product deliver, customer conversations and app analytics.
This module is for Go based applications that need to send app analytics and customer interactions into Zerabase. For example, record user sign-up, customer purchase, contact form, downloaded, etc.
Send app analytics from your Go app.
- Create a Metric within Zerabase.
- Note the Tracker ID for the Metric.
go get github.com/documize/zerabase-go
module and invoke as follows:
metric.TrackEvent("your-tracker-id")
Coming soon.