Preview Keyword Billing
preview_keyword_billingCheck the pricing plan and monthly cost for any target number of active keywords before making changes. Use this what-if calculator to avoid unexpected charges when adding or enabling keywords.
Instructions
Preview the plan and price needed for a chosen total of active keywords, without changing anything. desiredKeywordCount is the absolute number of keywords you want live across the account, not the number being added: count the ACTIVE keywords from list_websites and add the new ones. Returns the same shape as preview_activate_pending (currentPlanName, targetPlanName, targetMonthlyPrice, immediateCharge, isUpgrade, isDowngrade, requiresImmediatePayment). Use this for what-if pricing before add_keywords or enable_keyword; use preview_activate_pending instead for the exact cost of activating the keywords already PENDING, which it counts for you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desiredKeywordCount | Yes | Total ACTIVE keywords wanted across the account after the change (absolute count, not an increment) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Billing preview for that keyword count, same shape as preview_activate_pending: target plan, monthly price, prorated immediateCharge, isUpgrade, isDowngrade. |