...
Include Page | ||||
---|---|---|---|---|
|
Important
This article relates to both journy.io's SDKs and Twilio Segment SDKs.
Tip |
---|
Check out also our journy.io developers documentation -- https://developers.journy.io/ |
Topics
Table of Contents | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
journy.io’s Node.js library lets you record data from your platform, from your Node.js code.
...
Code Block |
---|
const analytics = new Analytics({ writeKey: "<YOUR_WRITE_KEY>", host: "https://analyze.journy.io", path: "/backend/v1/batch" }) analytics.on("error", (err) => console.error(err)) |
Tip: Need help integrating journy.io to your web-site and/or App?
Reach out to our support team
...
or book time to make it together
...
Include Page | ||||
---|---|---|---|---|
|