wafle_ads_campaign_update_budget
Update a Meta campaign's budget by passing daily_budget_cents or lifetime_budget_cents. Specify the amount in cents to control ad spend.
Instructions
Update a Meta campaign's budget. Pass daily_budget_cents (preferred) or lifetime_budget_cents — the two are mutually exclusive in the Marketing API.
Cents are in the ad account currency. The recommender follows a +30% / max +50% rule when scaling winners; if you call this directly, mirror that constraint to avoid blowing the Learning Phase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| campaign_id | Yes | Meta Marketing API campaign id (e.g. '23859000123456789'). | |
| daily_budget_cents | No | Daily budget in cents. | |
| lifetime_budget_cents | No | Lifetime budget in cents (mutually exclusive with daily). |