100% compatible with Segment
Info |
---|
These specs are 100% compatible with http://segment.com specs. |
Topics
Table of Contents |
---|
minLevel | 1 |
---|
maxLevel | 6 |
---|
outline | false |
---|
style | none | default |
---|
exclude | Topics |
---|
type | list |
---|
printable | true |
---|
|
The journy.io Identify call lets you tie a user to their actions and record traits about them. It includes a unique User ID and any optional traits you know about the user, like their email, name, and more.
...
You can pass these reserved traits using camelCase or snake_case, so in JavaScript you can match the rest of your camel-case code by sending firstName
, while in Ruby you can match your snake-case code by sending first_name
. That way the API never seems alien to your code base. Keep in mind that not all destinations support these reserved traits, so sending these traits in camelCase and snake_case can result in two sets of traits in other destinations.