U-App get launches by channel or version
umeng_uapp_get_launches_by_channel_or_versionRetrieve app launch counts segmented by channel or version. Specify date range and optional filters to analyze distribution.
Instructions
Get launch counts by channel or version filters. Official API: umeng.uapp.getLaunchesByChannelOrVersion.
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 |
| channels | No | Optional channel names filter. Use the format expected by Umeng OpenAPI. | |
| versions | No | Optional version names filter. Use the format expected by Umeng OpenAPI. |