Question
What format does Segment recommend passing properties in?
Product
Twilio Segment
Environment
Segment Console
Answer
Segment recommends passing properties in in snake case (for example property_name), and that property values match how they were collected. For example, a username value should be captured in whatever case the user typed it in as.
Ultimately, you can decide to use a casing different from Segment’s recommendations; however, the single most important aspect is that you’re consistent across your entire tracking with one casing method.
Additional Information
More information on implementing Segment can be found below: