https://github.com/documize/zerabase-go
Zerabase provides a system-of-record for your products by unifying product deliver, customer conversations and app analytics
https://github.com/documize/zerabase-go
analytics documize tracking zerabase
Last synced: about 1 month ago
JSON representation
Zerabase provides a system-of-record for your products by unifying product deliver, customer conversations and app analytics
- Host: GitHub
- URL: https://github.com/documize/zerabase-go
- Owner: documize
- License: mit
- Created: 2021-12-24T17:36:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T18:40:31.000Z (over 4 years ago)
- Last Synced: 2025-01-12T19:35:58.333Z (over 1 year ago)
- Topics: analytics, documize, tracking, zerabase
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Zerabase Go Library
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.
## Usage
## App Analytics
Send app analytics from your Go app.
1. Create a Metric within Zerabase.
2. Note the Tracker ID for the Metric.
3. ```go get github.com/documize/zerabase-go``` module and invoke as follows:
```
metric.TrackEvent("your-tracker-id")
```
## Customer Interactions
Coming soon.