1.1.0 • Published 2 years ago

@documize/zerabase v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago