U-App get launches
umeng_uapp_get_launchesRetrieves app launch count trend data for a specified date range, supporting daily, weekly, or monthly aggregation periods.
Instructions
Get app launch count trend data. Official API: umeng.uapp.getLaunches.
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 |