0.0.5 • Published 1 year ago

nawaz v0.0.5

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

Logo

Moengage Web SDK

This is the npm package of the origin SDK. Please refer the documentation for full details here

Installation

Install the dependencies.

$ npm i @moengage/web-sdk

Example

import moengage from '@moengage/web-sdk';

moengage.initialize(
  {
    app_id: 'XXXXXXXXXXXX',
    debug_logs: 0
  }
);


moengage.add_unique_user_id('abc@xyz.com');
moengage.add_email('abc@xyz.com');

moengage.track_event('Add to Cart', {name: 'Phone', price: '100000'})

License

MIT

0.0.5

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago