Category & Overall Rankings
Monitor top free, top paid, and top grossing chart rankings across categories and storefronts.
Category & Overall Rankings
In addition to individual keyword ranks, Cortex tracks real-time placements in App Store and Google Play top charts.
Tracked Charts
Cortex tracks three primary chart divisions across every supported store category:
- Top Free: Most downloaded free applications within the last 24 hours.
- Top Paid: Leading paid upfront application purchases.
- Top Grossing: Applications generating the highest in-app purchase (IAP) and subscription volume.
Chart Movement Feeds
When an application jumps or drops significantly in ranking, Cortex generates an event in your activity feed:
Significant Movement Threshold: By default, movements of ±5 spots in the Top 100 or ±15 spots in the Top 500 trigger automated webhook notifications and daily summary alerts.
// Sample ranking alert webhook payload
{
"event": "ranking.chart_movement",
"appId": "6444602674",
"appName": "Threads",
"storefront": "US",
"category": "Social Networking",
"chartType": "topFree",
"newRank": 2,
"oldRank": 8,
"delta": "+6",
"timestamp": "2026-09-13T12:00:00Z"
}