customer_count_metrics
Retrieve active customer count metrics over time from ChartMogul to analyze subscription business performance and track customer growth trends.
Instructions
[ChartMogul API] Retrieve customer count metrics (total active customers over time). Returns entries array with: date (string), customers (integer count), customers_percentage_change (float). Plus summary object. REQUIRED: start_date (YYYY-MM-DD), end_date (YYYY-MM-DD), interval ("day", "week", "month", "quarter", "year"). OPTIONAL: geo, plans, filters (string: CFL syntax field~operator~value~AND~... Use get_cfl_fields for field list). Example: customers=382 means 382 active customers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | ||
| end_date | Yes | ||
| interval | Yes | ||
| geo | No | ||
| plans | No | ||
| filters | No |