@walkeros/server-destination-mparticle
Server-side event delivery to mParticle via the HTTP Events API, with support for user identities, attributes, consent state, and environment targeting.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/server-destination-mparticleQuick start
{
"version": 4,
"flows": {
"default": {
"config": { "platform": "server" },
"destinations": {
"mparticle": {
"package": "@walkeros/server-destination-mparticle",
"config": {}
}
}
}
}
}Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/destinations/server/mparticle
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT