Run code to update User Properties and generate Events whenever Users are updated or perform events.
If you want your own instance:
End-Users: See Readme here
- Go to your
Hull Dashboard > Ships > Add new - Paste the URL for your Heroku deployment, or use ours :
https://hull-processor.herokuapp.com/
- Fork
- Install
npm install -g gulp
npm install
gulp- Due to merging and diff calculating strategy, following use scenario can lead to an unexpected result:
user.traits.custom_ids = ["A", "B", "C"]; traits({ custom_ids: ["A", "B"] }); // processor ignores removing that array element
