Introduction to Data Segment Analytics
Last updated
When running an A/B Test, you can obtain data analysis results collected from all test subjects. Hackle provides a way to analyze data in more detail based on these results.
For example, the following types of analyses are possible:
Analysis by platform used by users (PC web, Mobile web, Mobile App)
Analysis by OS used by users (Windows, Mac, Android, Linux)
Analysis by app version used by users
Analysis by user membership tier

The following steps are required for detailed analysis:
Define Segment Criteria
Segment Criteria refers to the subject of the detailed analysis, which can be thought of as a grouping of entities with similar characteristics or within a defined range.
For example, if the goal is "to analyze by OS used by the user," the Segment Criteria would be OS.
Define Segment Items
The items selected for analysis from among the values that the Segment Criteria can have.
For example, if OS is selected as the Segment Criteria, the Segment Items can include Android, iOS, Windows, MacOS, etc.
Collect Data
Define properties (Property) matching the Segment Criteria and Segment Items.
Collect data to analyze through property collection. Hackle SDK integration is required for data collection.
Last updated