Pause Search Terms of a Rank Radar
pause_rank_radar_search_termsPause tracking of selected keywords on a Rank Radar to narrow an overly broad set. Keeps their history, frees daily tracking slots, and leaves the radar active; resume anytime.
Instructions
Use this to stop tracking individual keywords on a Rank Radar while keeping the Rank Radar itself active — the way to trim a keyword set the user finds too broad. The DataDive API calls this 'archiving' the search terms; nothing is lost. The paused keywords keep their history and their Daily Tracked Keywords slots are freed for other keywords. Reversible with resume_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-paused 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 pause. 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. |