track_keywords
Track up to 20 keywords for an app in one call, fetching rankings immediately. Handles previously removed keywords automatically and returns per-keyword errors for duplicates.
Instructions
Track up to 20 new keywords for one of your applications in a single call. Each keyword triggers an immediate ranking fetch. Already-tracked keywords return a per-keyword error in results; previously removed keywords are reactivated automatically. Use app_id from list_applications results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | Yes | BCP-47 language-region code (e.g., en-US, fr-FR, de-DE) | |
| store | Yes | App store: GPLAY (Google Play) or ITUNES (App Store) | |
| app_id | Yes | The application internal ID (numeric, from list_applications results) | |
| country | Yes | ISO country code (e.g., US, FR, DE) | |
| keywords | Yes | Array of 1-20 keyword strings (each 2-100 chars) |