Skip to content

Keywords

briansemify edited this page Oct 20, 2025 · 9 revisions

Keyword Research & Management

Keyword Budget Estimation

  • Endpoint(s) (check API reference): POST /api/v2/keywords/estimate or similar
  • Input: list of keywords, location, match types
  • Output: estimated monthly volume, Suggested monthly budget

Keyword Management (CRUD)

  • Create: POST /api/v2/campaigns/{campaign_id}/keywords
  • Read: GET /api/v2/campaigns/{campaign_id}/keywords
  • Update: PUT /api/v2/campaigns/{campaign_id}/keywords/{keyword_id}
  • Delete: DELETE /api/v2/campaigns/{campaign_id}/keywords/{keyword_id}

Best practices

  • Run budget estimates before creating a campaign.
  • Store keyword IDs returned by the API for later updates or reporting.
  • Use attributes to save tags, priority, or external IDs.

Clone this wiki locally