Skip to main content
Properties are additional details (key-value data) attached to users, events, sessions, or devices. They help you understand data more deeply and build better analytics.

What are Properties?

A Property is a simple key-value pair. Example:
{
  "country": "India",
  "plan": "Pro",
  "appVersion": "1.3.0"
}