1.1.7 • Published 3 years ago

@jitsu/eventnative v1.1.7

Weekly downloads
53
License
-
Repository
-
Last release
3 years ago

EventNative JavaScript Library

EventNative is an open source, high-performance event collection service. Read more:

Install

npm install --save @jitsu/eventnative or yarn add @jitsu/eventnative

Usage

Full version of JavaScript integration can be found here. A simplified version is presented below

import eventN from '@jitsu/eventnative';

// initialization
eventN.init({
    "key": "<if key>", //api
    "tracking_host": "<tracking host>",
    "segment_hook": if eventN should listen to Segment's analytics.js events,
    "ga_hook": if eventN should listen to Google Analitics event
});

// push user info
eventN.id({ ...user properties}); 

// push event
eventN.track('pageview');
1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago