1.3.4 • Published 4 years ago

talkative-sdk v1.3.4

Weekly downloads
33
License
ISC
Repository
-
Last release
4 years ago

talkative-sdk

Getting started

Add Talkative to your web app in less than 5 minutes

  1. Login to Talkative and click Create an app. Fill out all information in the Install page and note down your App ID.
  2. Run npm i talkative-sdk --save to install the SDK on your frontend.
  3. In every page that you would like to reach a user, import the package with import talkative from "talkative-sdk"; and on page load, call talkative.load(YOUR_APP_ID) where YOUR_APP_ID is the Talkative App ID of your app that you can find in the Install page.

You can reach your users on any page which has the load function called. You'll see them online in your dashboard and can call them at any time.

Advanced

Tracking events

Track and segment users you want to talk to by actions they've taken

By default, if you have the Talkative snippet installed on a page, you can see which pages your users are visiting. You can also track more granular events like completeing onboarding, pressing a Submit button or trying a new feature. Simply call talkative.track(EVENT_NAME).

Identifying users

Identify users by email to figure out who to reach out to for user interviews

  1. If you want to identify users with their email address, you can call talkative.identify(YOUR_USERS_EMAIL) on any page that has the Talkative snippet from above. As soon as you call this function, the unidentified user on your page will be labeled with YOUR_USERS_EMAIL going forward.

  2. When logging out your user, call talkative.logout() so that we no longer associate new users visiting your page in the same browser.

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.8

4 years ago

1.2.9

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.9

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago