From google-ads
Evaluate whether each ad group contains tightly themed, closely related keywords (ideally 5-20 per group).
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Evaluate whether each ad group contains tightly themed, closely related keywords (ideally 5-20 per group). Loosely themed ad groups reduce ad relevance and Quality Score because ad copy cannot match all keyword intents.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds scalable data pipelines, modern data warehouses, and real-time streaming architectures using Spark, dbt, Airflow, Kafka, and cloud platforms like Snowflake, BigQuery.
Builds production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch job scheduling.
Evaluate whether each ad group contains tightly themed, closely related keywords (ideally 5-20 per group). Loosely themed ad groups reduce ad relevance and Quality Score because ad copy cannot match all keyword intents.
Data Source: Standard
Standard Data:
data/account/campaigns/*/*/keywords.md - Keywords per ad groupdata/account/campaigns/*/*/ads.md - Ad copy per ad groupdata/account/campaigns/*/*/ad_group.md - Ad group settingsdata/performance/campaigns/*/*/keywords_metrics_30_days.md - Keyword performance with QSReference GAQL:
SELECT
campaign.name,
ad_group.name,
ad_group_criterion.keyword.text,
ad_group_criterion.keyword.match_type,
ad_group_criterion.quality_info.quality_score
FROM keyword_view
WHERE ad_group_criterion.status = 'ENABLED'
AND segments.date DURING LAST_30_DAYS
Use /google-ads:get-custom if you need different date ranges or additional QS components.
| Condition | Severity |
|---|---|
| Keywords per ad group > 30 | Critical |
| Low thematic cohesion (multiple distinct themes) | Critical |
| Keywords per ad group < 3 | Warning |
| Ad copy doesn't match keyword themes | Warning |
| Average QS in ad group < 5 | Warning |
Use Short format by default. Use Detailed if user requests comprehensive analysis.
Short:
## Ad Group Thematic Tightness Audit
**Account:** [Name] | **Analyzed:** [X] ad groups | **Issues:** [Y]
### Critical ([Count])
- **[Ad Group]**: [X] keywords, multiple themes detected → Split into themed ad groups
### Warnings ([Count])
- **[Ad Group]**: Only [X] keywords → Merge with similar ad group or add variations
- **[Ad Group]**: Ad copy missing keyword themes → Update RSA headlines
### Recommendations
1. Split "[Ad Group]" into [X] themed groups
2. Target 10-15 keywords per ad group
Detailed adds: