1.0.4 • Published 1 year ago

insihts v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Insihts Node Client

Installation

npm install insihts

Usage

import insihts from 'insihts';

insihts.init({
  websiteId: '50429a93-8479-4073-be80-d5d29c09c2ec', // Your website id
});

insihts.track({ url: '/home' });

The properties you can send using the .track function are:

  • hostname: Hostname of server
  • language: Client language (eg. en-US)
  • referrer: Page referrer
  • screen: Screen dimensions (eg. 1920x1080)
  • title: Page title
  • url: Page url
  • name: Event name (for custom events)
  • data: Event data properties
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago