1.1.0 • Published 3 years ago

@documize/zerabase v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

What is Zerabase?

Zerabase provides a system-of-record for your products by unifying product deliver, customer conversations and app analytics.

https://www.documize.com/zerabase/features

Purpose

This library is for Javascript browser-based environments that need to send analytics into Zerabase.

Use cases:

  • record user events, e.g. Downloaded, Purchased
  • (coming soon) capture customer interactions

Usage

Browser

<script src="https://zerabase-app.s3.us-east-2.amazonaws.com/zerabase.min.js"></script>

zerabase.trackEvent("your-tracker-id");

Node JS

const zerabase = require("./zerabase");

zerabase.trackEvent("your-tracker-id");
1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago