You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/guides/analytics/how-adapty-analytics-works.mdx
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,37 +32,45 @@ You can enable [Adapty User Acquisition](adapty-user-acquisition) to leverage da
32
32
33
33
Likewise, you can [export](analytics-integration) analytics data to third-party platforms or a [private server](webhook), and analyze data from Adapty on a different platform.
34
34
35
+
## Data processing
36
+
37
+
Adapty offers close to real-time analytics, which enables users to quickly react to changes in key metrics.
38
+
39
+
- For store events, the processing delay is 15 to 30 minutes long.
40
+
- Data from third-party sources is almost always updated in real time, although the exact delay depends on the platform and its infrastructure at the moment.
41
+
35
42
## Differences between Adapty Analytics and store analytics
36
43
37
44
-**Data variety**
38
45
39
-
Stores can only display first-party data.
46
+
Stores can only display their own data, and cannot access user behavior inside the app.
40
47
41
-
Adapty can combine data from multiple stores, as well as additional sources — marketing platforms and ad networks.
48
+
Adapty can combine data from multiple stores, as well as additional sources — marketing platforms and ad networks. The Adapty SDK tracks user interactions with paywalls and onboardings.
42
49
43
50
-**Update frequency**
44
51
45
-
App stores usually updates their data once a day, which can limit your ability to make real-time decisions.
52
+
App stores usually update their data once a day, which can limit your ability to make real-time decisions.
46
53
47
-
Adapty offers close to real-time analytics that allow you to accurately track key performance metrics as they change. For most sources, the processing delay is only 15 to 30 minutes long.
54
+
Adapty offers [close to real-time](#data-processing) analytics.
48
55
49
56
-**Advanced metrics**
50
57
51
58
App stores display basic metrics such as downloads, revenue, and retention rates.
52
59
53
60
In addition to basic metrics, Adapty calculates advanced metrics (recurring revenue, average revenue per user, etc.), and has dedicated analysis functions for unwanted user behavior (churn, billing issues).
54
61
55
-
-**Data depth**
62
+
-**Predictions**
56
63
57
-
Stores do not have access to user behavior metrics.
64
+
Adapty uses advanced machine learning algorithms to [predict future LTV and revenue](predicted-ltv-and-revenue).
65
+
66
+
## Tax and commission logic
58
67
59
-
Adapty uses the SDK to analyze user interactions with paywalls and onboardings.
68
+
When you view revenue-related charts, Adapty gives you the option to choose between **Gross revenue**, **Revenue after commissions**, and **Revenue after commissions and taxes**.
60
69
70
+
Adapty retrieves commission and tax rates directly from [App Store](https://developer.apple.com/help/app-store-connect/making-payments-to-apple/understanding-taxes/) and [Google Play](https://support.google.com/googleplay/android-developer/answer/138000) to account for reduced rate programs and the diversity of applicable deductions across different countries.
61
71
62
-
-**Predictions**
72
+
These include the Small Business Program (15% commission), reduced rates for long-term subscriptions (15% after one year of continuous renewal), country-specific rates (such as 26% in Japan), and standard rates (up to 30%). For detailed information on how Adapty calculates store commission fees, please refer to the corresponding documentation for [App Store](app-store-small-business-program) and [Play Store.](google-reduced-service-fee)
63
73
64
-
Adapty uses advanced machine learning algorithms to [predict future LTV and revenue](predicted-ltv-and-revenue).
0 commit comments