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
These are log messages that are specific for Processor Connector :
* compute.user.computed - logged after successful computing traits about user in user-update
* compute.account.computed - logged after successful computing traits about account in user-update
* compute.account.link - logged after successful linking for account