Resume Paused Search Terms of a Rank Radar
resume_rank_radar_search_termsReactivate paused Rank Radar keywords to continue daily tracking. Provide keyword IDs, verify quota for available slots, and already-active terms remain unchanged.
Instructions
Use this to start tracking keywords again that were paused with pause_rank_radar_search_terms. Each resumed keyword takes back 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, so it needs no confirm. Takes keyword ids, not keyword text: get them from get_rank_radar_data. Safe to repeat: already-active terms are left unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rankRadarId | Yes | The Rank Radar UUID the search terms belong to. | |
| rankRadarKeywordIds | Yes | The Rank Radar keyword ids to resume. These are the `id` values from `get_rank_radar_data`, or the values of `keywordToRankRadarKeywordIdMap` returned by `add_rank_radar_search_terms` — not the keyword text. |