set_keyword_favorite
Mark or unmark a tracked keyword as favorite for a specific app. Favorites are stored per keyword-app pair, so the same keyword can have independent states across apps.
Instructions
Mark or unmark a tracked keyword as favorite for a specific app. Favorites are stored per tracking row (profile + app + keyword), so a keyword tracked across multiple apps has independent favorite states. Both keyword_id and app_id come from list_keywords results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The application internal ID (numeric, from list_keywords results) | |
| keyword_id | Yes | The keyword internal ID (numeric, from list_keywords results) | |
| is_favorite | Yes | true to mark as favorite, false to unmark |