Export Budget Recommendations (Bulk-Edit Ready)
ads_export_recommendationsExport budget reallocation recommendations from campaign analysis into Google Ads Editor CSV, Meta Ads Manager CSV, JSON, or Markdown. Select platform and format for bulk paste action. Set min_delta_pct to filter minor changes. Ideal for pausing high-CPA campaigns and reallocating budget in one workflow.
Instructions
Export budget_analyze recommendations as a Google Ads Editor CSV, Meta Ads Manager CSV, JSON, or Markdown — so you can take action in one bulk paste instead of editing campaigns one by one. AdOps does not call Google/Meta write APIs (that would require OAuth + developer token approval for every user); instead, this tool hands you the exact CSV rows those dashboards expect, and you paste them in. Perfect for the "pause anything with CPA over 50 and reallocate budget" workflow. Use platform=google with format=google_ads_csv (import into Google Ads Editor). Use platform=meta with format=meta_ads_csv (bulk edit in Meta Ads Manager Power Editor). Use json to pipe into n8n or your own automation. Use markdown for human review before acting. min_delta_pct filters out noise (e.g. 0.15 = only show changes >=15%).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | Output format. google_ads_csv and meta_ads_csv produce platform-specific bulk-edit CSVs ready to paste into Google Ads Editor or Meta Ads Manager. json is for piping into automations (n8n, Zapier). markdown is for standup docs or tickets. | |
| output_path | No | Absolute file path to write the output to. If omitted, returns the content inline in the tool response. | |
| optimization_goal | No | Goal fed to budget_analyze. | maximize_roas |
| platform | No | Restrict to a single platform. Required for google_ads_csv or meta_ads_csv to avoid mixed output. | |
| min_delta_pct | No | Only include recommendations whose budget change is at least this fraction (e.g. 0.1 = 10%). Filters out minor adjustments. | |
| limit | No | Max recommendations to export. Default 50. |