Accept discovered suggestions
accept_keyword_discoveryAccept one discovered suggestion (domain) or a batch (domains): each becomes a tracked keyword of the tracker, in place, and its series starts at the next survey. Refused with keyword_cap_reached when the batch would exceed the keyword cap, and with not_found when a domain is not currently suggested (the batch is all-or-nothing, nothing is added then). The answer carries keyword for a single domain, keywords for a batch. Accept on behalf of the user only when they said yes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | One domain to act on, exactly as listed by list_keyword_discoveries. Send this OR domains, never both. | |
| domains | No | Several domains to act on in one call, each exactly as listed by list_keyword_discoveries. Send this OR domain, never both. ALL-OR-NOTHING: one invalid domain refuses the whole batch, so you never have to guess which half took. | |
| tracker_id | Yes | The UUID of the tracker: call list_trackers to find it. |