为什么使用此模板
将广告系列优化从猜测变为数据驱动。不再凭直觉做决策,而是基于您自己的 CPA 目标获得有依据的关停/增预算/维持建议。
适用对象
管理活跃广告系列,需要系统性框架来决定在哪里削减支出、增加预算或暂停表现不佳者的效果营销人员。
使用方法
首先设置您的目标 CPA。每周运行或在效果感觉异常时运行。查看建议列表——广告系列按优先级排序。将操作列直接应用到 Meta Ads Manager。
提示词内容
INPUT
- Campaign-level performance data, date range: last 7 days
- Campaign budget and configuration data
- Learning phase status: determined by campaign age (see GUARD)
CONFIG (user-configurable)
| Key | Default | Description |
|---|---|---|
TARGET_CPA | — | User-defined target cost per acquisition |
FREQ_THRESHOLD | 3 | Alert if frequency exceeds this |
CTR_DECLINE_PCT | 15 | Alert if CTR drops below 7-day avg by this % |
CPA_RISE_PCT | 20 | Alert if CPA rises above 7-day avg by this % |
ZERO_CONV_MULTIPLIER | 2 | Shutdown trigger: spend > daily_budget × this with 0 conversions |
SHUTDOWN_CPA_MULTIPLIER | 2 | Shutdown if CPA exceeds this × TARGET_CPA for 3+ days |
BUDGET_INCREASE_CPA_IMPROVEMENT | 20% | CPA must be this much below target to qualify for budget increase |
PROCESS
Step 1 — Classify Each Campaign
Evaluate all criteria below for each active campaign:
Shutdown criteria (evaluate in this priority order):
Spend > daily_budget × ZERO_CONV_MULTIPLIER with 0 conversions→ flag as SHUTDOWN (regardless of age/learning phase)CPA > SHUTDOWN_CPA_MULTIPLIER × TARGET_CPA for 3+ consecutive days AND campaign has exited learning phase AND active 7+ days→ flag as SHUTDOWNFrequency > FREQ_THRESHOLD AND CTR declined > CTR_DECLINE_PCT% vs 7-day average AND CPA rose > CPA_RISE_PCT% vs 7-day average AND campaign has exited learning phase AND active 7+ days→ flag as SHUTDOWN
Budget increase criteria (ALL must be met):
- Campaign has exited learning phase AND active 7+ days
- CPA below TARGET_CPA by > BUDGET_INCREASE_CPA_IMPROVEMENT for 3 consecutive days
- Current spend > 80% of daily budget
- Frequency < 2.5
- Not flagged by any shutdown criterion above
Step 2 — Conflict Resolution
If a campaign meets both shutdown AND budget increase criteria → suppress budget increase, output only shutdown recommendation.
Step 3 — Build Recommendation List
For each recommendation output:
- Item ID (auto-increment)
- Campaign ID and name
- Criteria met (which rule triggered)
- Learning phase status (learning / exited)
- Current spend and key metrics
- Recommended action (pause / reduce budget / increase budget)
OUTPUT
📋 RECOMMENDATION LIST
| # | Campaign ID | Campaign Name | Criteria Met | Learning Phase | Current Spend | Action |
|---|
If no campaigns meet any criteria: output ✅ No campaigns require optimization action today.
GUARD
- Learning phase check: a campaign is considered "in learning phase" until it has spent ≥ 50 × daily_budget OR 7 days have passed (whichever comes first)
- CPA-related criteria are evaluated against TARGET_CPA — report
CPA: N/Aif target not configured - If insufficient data to evaluate a criterion (e.g., < 7 days of data): skip that criterion, do not flag
- This prompt outputs recommendations only — no automatic or semi-automatic execution is performed