U-App get daily data
umeng_uapp_get_daily_dataFetch daily analytics data for a specific app and date, with optional version and channel filters.
Instructions
Get statistics for a specific app and date. Official API: umeng.uapp.getDailyData.
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. | |
| version | No | Optional app version filter. Pass one version only. | |
| channel | No | Optional channel filter. Pass one channel only. |