U-App get active users
umeng_uapp_get_active_usersRetrieve active user trend data over specified date ranges, with options for daily, weekly, or monthly aggregation.
Instructions
Get active user trend data. Official API: umeng.uapp.getActiveUsers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appkey | No | Umeng appkey. If omitted, UMENG_DEFAULT_APPKEY will be used. | |
| startDate | Yes | Start date in YYYY-MM-DD format. | |
| endDate | Yes | End date in YYYY-MM-DD format. | |
| periodType | No | Aggregation period: daily, weekly, monthly, 7day, or 30day when supported by the API. | daily |