Get Minimum Ad Budgets
meta_get_minimum_budgetsCheck minimum daily and lifetime budgets for an ad account by currency and bid strategy. Prevents API errors when creating ad sets with budgets below the required minimum.
Instructions
Gets the minimum daily and lifetime budgets for an ad account by currency and bid strategy.
Essential to check before creating ad sets — using a budget below the minimum causes API errors.
Args:
ad_account_id (string): Ad account ID (e.g., act_123456789)
Returns: Minimum budget requirements per bid strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_account_id | Yes | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |