@meergo/nodejs-sdk
v0.0.1
Published
Node.js SDK for sending events to the Meergo Customer Data Platform (CDP)
Readme
Meergo Node.js SDK
The Meergo Node.js SDK lets you send customer event data from your Node applications to your specified destinations.
SDK setup requirements
- Set up a Meergo account.
- Set up a Node source in the dashboard.
- Copy the event write key and the endpoint.
Using the SDK
import Analytics from '@meergo/nodejs-sdk';
const client = new Analytics('<event write key>', '<endpoint>');
client.track({
event: 'event name',
userId: 'user id'
});Sending events
Refer to the Meergo events documentation for more information on the supported event types.
License
The Meergo Node.js SDK is released under the MIT license.
Copyright © 2025 Open2b
Copyright © 2017 Segment Inc. <[email protected]>
