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/ |
Table of Contents | ||
---|---|---|
|
...
Topics
Table of Contents | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
journy.io’s Ruby library lets you record data from your platform, from your Ruby code.
...
The basic tracking methods below serve as the building blocks of your journy.io tracking. They include Identify, Group, Track, and Page.
These methods correspond with those used in the journy.io Spec. The documentation on this page explains how to use these methods in Ruby.
...
FIELD | TYPE | DESCRIPTION |
| Proc | A handler which is called whenever errors are returned from the API. Useful for debugging and first time destinations. |
| FixNum | The max number of messages to put in the queue before refusing to queue more (defaults to |
| FixNum | The max number of events/identifies to send in a single batch (defaults to |
| TrueClass|FalseClass | If true, the requests don’t hit the server and are stubbed to be successful (defaults to |
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 | ||||
---|---|---|---|---|
|