@moengage/web-sdk
v2.48.0
Published
Moengage Web SDK package
Downloads
15,990
Readme
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('[email protected]');
moengage.add_email('[email protected]');
moengage.track_event('Add to Cart', {name: 'Phone', price: '100000'})
License
MIT