2.47.1 • Published 10 months ago

@moengage/web-sdk v2.47.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

2.47.1

10 months ago

2.47.0

11 months ago

2.46.3

11 months ago

2.46.1

11 months ago

2.46.0

11 months ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.9

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.12

1 year ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago