Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Include Page
Header
Header

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
none
styleminLevel1
maxLevel6
include
outlinefalse
indent
styledefault
excludeTopics
typelist
class
printabletrue

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
Footer
Footer