Business drill-down is a data analysis method that starts from macro-level business data, employs multi-dimensional and layered detailed analysis to pinpoint the root causes of data anomalies or driving factors behind outstanding performance, enabling precise attribution and business optimization. This article introduces the use cases and methodologies of business drill-down.
Use Cases
RUM Pro has added a business drill-down field, allowing users to tag data with multiple sets of labels, and simultaneously supports drill-down analysis on individual cases (numerator) and the number of connected devices (denominator). For example, the following usage scenarios:
To categorize device models (low-end, mid-range, high-end) into tiers, enabling separate viewing of quality data for each tier.
To categorize users (regular users and VIP users) into regular and VIP groups, aiming to determine the crash rate of VIP users.
To understand the distribution channels used by the application and determine the crash rate for a specific channel.
Note:
In the SDK configuration, users only need to mark the current device, device model tier, whether they are VIP users, and the download channel via the API. For example:
High-end devices, VIP users, Huawei AppGallery ==> setTestLabels("HighPerformanceDevice|VIP|HWAppStore")
Low-end devices, regular users, official website ==> setTestLabels("LowPerformanceDevice|Normal|Official")
Operation Steps
Step 1: Configure business drill-down in the SDK
Android SDK:
public static void setTestLabels(String labels);
iOS SDK:
+ (void)updateTestTags:(NSArray<NSString *> *)tagArr;
Step 2: Use business drill-down
The following content provides usage instructions for business drill-down using the crash page as an example. Other pages can refer to the following content.
Search Analysis
1. By clicking Edit Field to add the business drill-down filter option.
2. Select the desired Tag data and click Retrieve to retrieve data matching the business drill-down filter criteria.
Statistical distribution
1. By clicking Set, you can add the statistical distribution for business drill-down.
2. View the Top5 distribution of business drill-down.
3. Click View More to view the complete Business Drill-down data.