1.0.8 • Published 5 years ago

superproduct v1.0.8

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

superproduct

Browser agent for superproduct.io

Basic usage

Add the package

npm install superproduct

Import the package

import superproduct from "superproduct";

Initialize the agent

superproduct.init({
  appId: <APP ID>
});

Options: debug (true|false)

Identify the logged-in account

superproduct.identify({
  company: <ACCOUNT UNIQUE IDENTIFIER>,
  attributes: {
    plan: "pro",
    members: 7,
    has_done_x: true
    anotherAttribue: "anotherValue"
  }
});

Track account events

superproduct.event("Interacted with key feature");
1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago