U-App get durations
umeng_uapp_get_durationsRetrieve app usage duration statistics for a specific date, with optional filters for channel, version, and statistic type (daily or per launch).
Instructions
Get app usage duration statistics. Official API: umeng.uapp.getDurations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appkey | No | Umeng appkey. If omitted, UMENG_DEFAULT_APPKEY will be used. | |
| date | Yes | Date in YYYY-MM-DD format. | |
| statType | No | Duration statistic type: daily or daily_per_launch. | daily |
| channel | No | Optional channel filter. Pass one channel only. | |
| version | No | Optional app version filter. Pass one version only. |