From google-ads
Audit destination URLs for errors, redirects, and issues that waste ad spend and trigger disapprovals.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Extract all destination URLs from ads and keywords, then audit for technical issues (404 errors, slow load times, SSL problems, redirect chains) that waste ad spend and hurt Quality Score.
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.
Extract all destination URLs from ads and keywords, then audit for technical issues (404 errors, slow load times, SSL problems, redirect chains) that waste ad spend and hurt Quality Score.
Data Source: Standard + Custom GAQL
Standard Data:
data/account/campaigns/*/*/ads.md - Ad final URLsdata/account/campaigns/*/*/keywords.md - Keyword-level URLs (if present)GAQL Query (for landing page performance):
SELECT
landing_page_view.unexpanded_final_url,
metrics.impressions,
metrics.clicks,
metrics.cost_micros,
metrics.conversions
FROM landing_page_view
WHERE segments.date DURING LAST_30_DAYS
ORDER BY metrics.clicks DESC
Run via /google-ads:get-custom with query name landing_page_performance.
| Condition | Severity |
|---|---|
| 404/500 error on active URL | Critical |
| SSL certificate expired/invalid | Critical |
| Redirect chain > 3 hops | Warning |
| Load time > 5 seconds | Warning |
| Non-mobile-friendly with mobile traffic | Warning |
Short format (default):
## Landing Page Health Audit
**Account:** [Name] | **URLs Checked:** [X] | **Issues:** [Y]
### Critical - Immediate Fix ([Count])
- **[URL]**: 404 error, [X] clicks wasted → Pause ads or fix URL
- **[URL]**: SSL expired → Renew certificate
### Warnings ([Count])
- **[URL]**: Redirect chain ([X] hops) → Update to final URL
- **[URL]**: Slow load ([X]s) → Optimize page speed
### Wasted Spend
$[Amount] spent on broken/problematic URLs in last 30 days
### Recommendations
1. Fix [X] broken URLs immediately
2. Reduce redirect chains on [Y] URLs
Detailed adds: