From google-ads
Analyze 1-word, 2-word, and 3-word combinations (n-grams) within search terms to identify systemic patterns of waste or opportunity.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Analyze 1-word, 2-word, and 3-word combinations (n-grams) within search terms to identify systemic patterns of waste or opportunity. N-gram analysis reveals patterns invisible at the individual query level.
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.
Analyze 1-word, 2-word, and 3-word combinations (n-grams) within search terms to identify systemic patterns of waste or opportunity. N-gram analysis reveals patterns invisible at the individual query level.
Data Source: Standard
Standard Data:
data/performance/campaigns/*/*/search_terms_metrics_30_days.md - Search query performancedata/account/campaigns/*/negative_keywords.md - Existing negativesdata/account/shared_negative_lists.md - Shared negative listsReference GAQL:
SELECT
search_term_view.search_term,
metrics.impressions,
metrics.clicks,
metrics.cost_micros,
metrics.conversions,
metrics.conversions_value
FROM search_term_view
WHERE segments.date DURING LAST_30_DAYS
AND metrics.impressions > 0
Use /google-ads:get-custom if you need different date ranges or additional metrics.
| Condition | Severity |
|---|---|
| N-gram Cost >= $100 AND Conv = 0 | Critical |
| N-gram in 10+ terms AND Conv = 0 | Critical |
| N-gram Cost >= $50 AND Conv = 0 | Warning |
| N-gram Conv >= 5 AND CPA <= Target CPA | Info (opportunity) |
Use Short format by default. Use Detailed if user requests comprehensive analysis.
Short:
## N-gram Analysis Audit
**Account:** [Name] | **Search Terms:** [X] | **Patterns Found:** [Y]
### Critical ([Count])
- **"[n-gram]"**: $[X] spent across [Y] terms, 0 conversions → Add as phrase negative
### Warnings ([Count])
- **"[n-gram]"**: $[X] spent, 0 conversions → Add as phrase negative
### Opportunities ([Count])
- **"[n-gram]"**: [X] conversions at $[Y] CPA → Create dedicated ad group
### Recommendations
1. Add "[n-gram]" as negative (saves ~$[X]/month)
2. Create ad group for "[n-gram]" theme
Detailed adds: