get_game_rank_trend
Get one mobile game's daily app-store ranking performance over a date range. Returns free, store-paid, and top-grossing ranking series with best/latest rank and the matched country, category, and store. Use mode=best to select the game's best daily rank across supported countries and categories, or mode=exact for one country/category/store combination. Supported stores are Google Play, iPhone App Store, and all (Google Play plus iPhone App Store). Date range defaults to the last 90 days and cannot exceed 365 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Query mode: best or exact. Defaults to best. | |
| store | No | Store: all, google_play, or app_store. Used as a constraint in both modes; defaults to all. | |
| country | No | ISO 3166-1 alpha-2 country code. Used by exact mode; defaults to US. | |
| date_to | No | End date in YYYY-MM-DD. Defaults to today. | |
| game_id | Yes | Encrypted game ID returned by search_advertisers or as game_id/advertiser_id in other results. | |
| category | No | App-store category. Used by exact mode; defaults to all categories. | |
| date_from | No | Start date in YYYY-MM-DD. Defaults to 89 days before date_to. | |
| rank_types | No | Ranking types: free, store_paid, grossing. Defaults to all three. |