From google-ads
Test landing page load times to ensure pages load in under 3 seconds.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Test landing page load times to ensure pages load in under 3 seconds. Slow landing pages increase bounce rates, reduce Quality Score, and negatively impact conversion rates. Google recommends pages load in under 3 seconds for optimal ad performance.
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.
Test landing page load times to ensure pages load in under 3 seconds. Slow landing pages increase bounce rates, reduce Quality Score, and negatively impact conversion rates. Google recommends pages load in under 3 seconds for optimal ad performance.
Data Source: Standard (plus external testing)
Standard Data:
data/account/campaigns/*/*/ads.md - Final URLs for landing pagesdata/account/campaigns/*/*/keywords.md - Landing Page Experience QS componentdata/performance/campaigns/*/*/ads_metrics_30_days.md - Traffic to identify high-priority URLsReference GAQL:
SELECT
ad_group_ad.ad.final_urls,
campaign.name,
ad_group.name,
metrics.impressions,
metrics.clicks
FROM ad_group_ad
WHERE segments.date DURING LAST_30_DAYS
AND ad_group_ad.status = 'ENABLED'
ORDER BY metrics.impressions DESC
Use /google-ads:get-custom to get URL-level traffic data.
Note: Actual page speed testing requires external tools (PageSpeed Insights, GTmetrix).
| Condition | Severity |
|---|---|
| Landing Page Experience Below Average | Critical |
| High-traffic URL with LP issues | Critical |
| Page load > 5 seconds (if testable) | Critical |
| LCP > 2.5 seconds | Warning |
| Mobile score < 50 | Warning |
| Page load 3-5 seconds | Warning |
Short (default):
## Landing Page Speed Audit
**Account:** [Name] | **Unique URLs:** [X] | **LP Experience Issues:** [Y]
### Priority URLs to Test
| URL | Monthly Clicks | LP Experience |
|-----|----------------|---------------|
| [URL] | [X] | [Above/Average/Below] |
### Critical ([Count])
- **[URL]**: Below Average LP Experience, [X] clicks -> Test at pagespeed.web.dev
### Recommendations
1. [Priority action]
2. [Secondary action]
Detailed adds: