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/

Table of Contents
stylenone

...

Topics

Table of Contents
minLevel1
maxLevel6
include
outlinefalse
indent
styledefault
excludeTopics
typelist
class
printabletrue

...

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

on_error optional

Proc

A handler which is called whenever errors are returned from the API. Useful for debugging and first time destinations.

max_queue_size optional

FixNum

The max number of messages to put in the queue before refusing to queue more (defaults to 10,000).

batch_size optional

FixNum

The max number of events/identifies to send in a single batch (defaults to 100). The API servers will not respond to messages over a certain size, so 100 is a safe default.

stub optional

TrueClass|FalseClass

If true, the requests don’t hit the server and are stubbed to be successful (defaults to false).

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