Install
openclaw skills install @elias-didoo/meta-ads-drop-diagnosis[Didoo AI] Diagnoses sudden performance drops in Meta Ads campaigns. Use when CTR, ROAS, or conversions suddenly decline with no obvious explanation, or when a previously healthy campaign starts underperforming.
openclaw skills install @elias-didoo/meta-ads-drop-diagnosis| Credential | Where to Get | Used For | OAuth Scope |
|---|---|---|---|
| META_ACCESS_TOKEN | Meta Developer Console → Graph API Explorer → Generate Token | Fetching campaign performance data | ads_read (read-only) |
| META_AD_ACCOUNT_ID | Ads Manager URL: adsmanager.facebook.com/act_XXXXXXXXX | Identifying which account to query | — |
Triggered by meta-ads-daily-pulse flagging a week-over-week drop > 20%, or when user reports "performance suddenly dropped." Not for gradual decline over weeks (that's creative fatigue territory).
Confirm the drop with a Performance Snapshot mini-table:
| Metric | Last Week | This Week | WoW Change |
|---|---|---|---|
| Impressions | |||
| CPM | |||
| CTR | |||
| Frequency | |||
| CVR | |||
| CPA | |||
| ROAS |
Confirm it's real: WoW drop must be > 20% on at least 2 metrics to qualify as a "drop" (not normal fluctuation).
Based on the metric pattern, identify the top 1-3 most likely root causes.
Use this decision tree:
| Pattern | Likely Root Cause |
|---|---|
| CTR down, frequency up | Creative fatigue |
| CTR down, frequency stable | Creative burnout or audience mismatch |
| CTR stable, CVR down | Landing page issue or offer problem |
| CTR up, CVR down | Landing page can't handle higher volume |
| Impressions down, CPM up | Competition increased, bid not competitive |
| Frequency up, ROAS down | Retargeting audience exhausted |
| All metrics down | External factor (seasonality, iOS, pixel issues) |
For each root cause, write 1-3 short sentences explaining what the data shows, why it points to this cause, and what other evidence supports or contradicts it.
Format:
Immediate (next 24 hours):
Short-term (this week):
Prevention (ongoing):
Title: Summary
Declining campaign: [Name]
Performance Snapshot: [mini-table above]
Title: Root Cause Analysis
[1-3 root causes with supporting evidence]
Title: Recovery Plan
Immediate: [actions]
Short-term: [actions]
Prevention: [actions]
After completing diagnosis, store the following in session context:
| Key | Description | Example |
|---|---|---|
| primary_root_cause | The most likely cause of the drop | "Creative fatigue — frequency 4.8, CTR dropped 38% WoW" |
| recovery_plan | Immediate + short-term + prevention actions | "Rotate new creative within 24h; set frequency cap at 3" |
meta-ads-recommendation reads these keys to produce the structured recovery action plan.