Add Search Terms to a Rank Radar
add_rank_radar_search_termsStart tracking extra keywords on an existing Rank Radar by adding new search terms. Resumes matching paused terms and checks daily quota upfront to avoid exceeding the limit.
Instructions
Use this to start tracking extra keywords on an existing Rank Radar, instead of creating a new one with create_rank_radar. New keywords are added to the niche and tracked from now on; any matching keyword that was previously paused is resumed. Each newly tracked keyword takes one Daily Tracked Keywords slot, and the call fails if the quota is exhausted — check get_quota first. Reversible with pause_rank_radar_search_terms, which frees the slots again, so it needs no confirm. Returns originBreakdown (where each submitted term ended up) and keywordToRankRadarKeywordIdMap, whose ids are what the pause/resume search-term tools take.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rankRadarId | Yes | The Rank Radar UUID to add the search terms to (from `list_rank_radars`). | |
| searchTerms | Yes | The keywords to start tracking, 1–1000 per call. Must be unique. Amazon-ignored special characters (@, #, _, parentheses, …) are rejected. |