get_download_report_url
Generate download URLs for AppGallery Connect app installation reports in CSV or Excel format to analyze download data over specified time periods.
Instructions
Get download URL for app download/install report (CSV or Excel). Max 180-day range.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No | AppGallery Connect app ID. Optional if HUAWEI_APP_ID is set in the environment. | |
| language | Yes | Column header language. | |
| start_time | Yes | YYYYMMDD (UTC). | |
| end_time | Yes | YYYYMMDD (UTC). | |
| group_by | No | date (default), countryId, businessType, or appVersion. | |
| export_type | No | Default: CSV. |