Property
Last updated
A property is a characteristic of a subject. In Hackle, the subjects that can have properties are users and events.
Users and events can have one or more properties.
A property consists of a Property Key and a Property Value.
The Property Key is an abstraction of each characteristic.
The Property Value is the concrete value for each characteristic.
The analysis criteria can be seen as the property key, and the analysis items can be seen as an itemization of the property values.
Assume that member B of shopping mall A is 30 years old, has VIP membership tier, and has completed adult verification. In this case, member B's properties can be defined as follows:
age
30
membership_tier
VIP
adult_verified
Yes
Must be expressible as a string, number, or yes/no.
For strings, the maximum length is 64 characters.
For numbers, up to 15 integer digits and up to 6 decimal places are supported.
Everything you want to measure can have properties. Data can also be collected by gathering properties. Therefore, it is important to define properties that match the analysis criteria.
For example, if you want to "analyze by the platform users use," you need to be able to collect platform properties. In this case, the property key is obviously "platform," but the property values may require some thought. You could divide into PC/Mobile, or PC/Mobile/Tablet. There is no correct answer here; it depends on a value judgment of what values are needed.
There are two types of properties available in Hackle.
Hackle-provided Properties For properties defined by Hackle, the Hackle SDK automatically collects them. Hackle-provided properties have a Hackle logo icon before the property key.
Custom Properties You define the properties you want and collect them via the Hackle SDK.

Last updated