원클릭으로
skill-029-rsa-asset-performance-analysis
Find Low performing headlines and descriptions to replace with better alternatives.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Find Low performing headlines and descriptions to replace with better alternatives.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Verify that Search, Display, Shopping, Video, and Performance Max campaigns are never mixed in ways that compromise optimization signals.
Ensure branded and non-branded keywords live in separate campaigns with independent budgets and targets.
Audit naming conventions across all campaigns, ad groups, and labels for a standardized taxonomy.
Evaluate whether each ad group contains tightly themed, closely related keywords (ideally 5-20 per group).
Segment and analyze Search Partners performance separately from Google Search.
Check whether Search campaigns have inadvertently opted into the Google Display Network.
| name | skill-029-rsa-asset-performance-analysis |
| description | Find Low performing headlines and descriptions to replace with better alternatives. |
| allowed-tools | Read, Grep, Glob |
Google rates individual RSA assets (headlines, descriptions) as Best, Good, Low, or Learning. Low-rated assets reduce overall ad effectiveness and should be replaced. This analysis identifies underperformers and suggests replacements based on high-performing asset patterns.
Data Source: Custom GAQL Required
Standard export does not include asset-level performance ratings.
GAQL Query:
SELECT
campaign.name,
ad_group.name,
ad_group_ad.ad.id,
ad_group_ad_asset_view.field_type,
ad_group_ad_asset_view.performance_label,
asset.text_asset.text,
asset.type,
metrics.impressions,
metrics.clicks
FROM ad_group_ad_asset_view
WHERE ad_group_ad.status = 'ENABLED'
AND segments.date DURING LAST_30_DAYS
ORDER BY ad_group_ad_asset_view.performance_label DESC
Run via /google-ads:get-custom with query name asset_performance.
| Condition | Severity |
|---|---|
| >20% of assets rated Low | Critical |
| Low asset in high-spend campaign | Critical |
| Any asset rated Low | Warning |
| No Best assets in RSA | Warning |
| All assets Learning (new RSA) | Info |
Short (default):
## RSA Asset Performance Audit
**Account:** [Name] | **Assets:** [X] | **Low-rated:** [Y]%
### Replace (Low-rated) ([Count])
- **[Campaign] / [Ad Group]**: "[Low asset text]" -> Suggested: "[replacement based on Best patterns]"
### Top Performers to Replicate
- "[Best asset text]" - [X] campaigns, [Y]% CTR
### Summary
| Rating | Headlines | Descriptions |
|--------|-----------|--------------|
| Best | X | X |
| Good | X | X |
| Low | X | X |
| Learning | X | X |
### Recommendations
1. [Priority replacement action]
Detailed adds: