get_churn_analysis
Obtain churn analysis with revenue churn, logo churn, and uninstall reasons. Input app ID and time period to get a breakdown for retention insights.
Instructions
Get churn metrics: revenue churn %, logo churn %, uninstall reasons.
Args: app_id: App GID or numeric ID (required). period: '7d', '30d', '90d', '1y', or 'YYYY-MM-DD:YYYY-MM-DD'.
Returns: JSON string with logo_churn, revenue_churn, and uninstall_reasons breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| period | No | 30d |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |