User properties are attributes you can set on a user level.
You can send user properties to third-party platforms as well as use them in Qonversion for customer segmentation and analytics.
You can save up to 100 properties per user.
The Object Attributes
{
"key": "some_property_key",
"value": "some_property_value"
}
Field | Type | Description |
---|---|---|
key | string | The property key, may be either custom or Qonversion-defined. Qonversion-defined keys start from _q_ substring |
value | string | The value of the property |