optimize_budget
Optimize marketing channel budget allocation using historical ROAS data to maximize returns. Adjust spending strategies across channels based on performance metrics.
Instructions
Optimize budget allocation across marketing channels based on historical ROAS data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy | No | roas_optimized | |
| total_budget | Yes | ||
| current_allocation | Yes | JSON of channel -> amount | |
| channel_performance | Yes | JSON of channel -> {roas, conversions} |