⚠️ Target action: auto bid
cpa_target_save_auto_bidActivates automatic target-action bidding: Avito selects the price within your specified budget per period. Use to delegate price management, overwrites any existing manual bid.
Instructions
⚠️ Enables the AUTOMATIC target-action bidding strategy: the system picks the price itself within the specified budget. WARNING: affects budget spending (money) — sets a spend of budgetPenny per budgetType period. Mutually exclusive with the manual bid: this call overwrites any previously set manual strategy for this listing. Use it when you want to delegate price management to Avito (rather than fixing the amount manually — use save_manual_bid for that). budgetPenny must fall within min/maxBudgetPenny from cpa_target_get_bids. Not available in the "Transport" category. Limit: 10 requests/min.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemID | Yes | Avito listing ID for which the auto strategy is enabled. | |
| actionTypeID | Yes | Target-action type: 1 — call, 5 — click package, 7 — messenger (sharing a contact in chat). | |
| budgetType | Yes | Budget period: "1d" — daily, "7d" — weekly, "30d" — monthly. | |
| budgetPenny | Yes | Budget in KOPECKS for the budgetType period (e.g. 1400 = 14 rubles). Must be within min/maxBudgetPenny from cpa_target_get_bids. | |
| dryRun | No | v0.7.0: if true — returns a preview of the HTTP request without calling the Avito API. Safe for inspecting exactly what would be done. Default: the value of AVITO_MCP_DRY_RUN_DEFAULT (usually false). | |
| idempotencyKey | No | v0.7.0: optional key for duplicate protection. A repeat call with the same key within AVITO_MCP_IDEMPOTENCY_TTL_SEC returns the cached result. The same key with different args returns a conflict error — this is safe by design. |