add_competitor
Add a competitor app by store bundle ID to track its keyword rankings. Fetches metadata and backfills ranking entries for all keywords tracked on the main app.
Instructions
Add a competitor app to one of your applications, identified by the competitor's store bundle ID. The competitor metadata is fetched from the store and ranking entries are backfilled for every keyword tracked on the main app.
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 main application internal ID (from list_applications results) | |
| country | Yes | ISO country code (e.g., US, FR, DE) | |
| competitor_app_id | Yes | Store bundle ID of the competitor (e.g. "com.spotify.music" for GPLAY, "284882215" or a bundle ID for ITUNES) |