Attribute

A user attribute is a custom attribute on the user object.

user(<id> {
  name: "Rasmus",
  location: "Copenhagen",
});

In Segment terminology, this is the User trait.

Use cases for user traits include user titles, functions, or other domain-specific metadata.

Last updated