From google-ads
Segment and analyze Search Partners performance separately from Google Search.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Segment and analyze Search Partners performance separately from Google Search. Search Partners often underperform on conversion rate by 30-50%; disabling them can immediately improve ROAS.
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.
Segment and analyze Search Partners performance separately from Google Search. Search Partners often underperform on conversion rate by 30-50%; disabling them can immediately improve ROAS.
Data Source: Custom GAQL Required
The standard export does not include network-segmented metrics.
GAQL Query:
SELECT
campaign.id,
campaign.name,
campaign.network_settings.target_search_network,
segments.ad_network_type,
metrics.impressions,
metrics.clicks,
metrics.cost_micros,
metrics.conversions,
metrics.conversions_value
FROM campaign
WHERE segments.date DURING LAST_30_DAYS
AND campaign.status = 'ENABLED'
AND campaign.advertising_channel_type = 'SEARCH'
Run via /google-ads:get-custom with query name search_partners_performance.
| Condition | Severity |
|---|---|
| Search Partners conv rate >50% lower than Google Search | Critical |
| Search Partners enabled with 0 conversions and >$100 spend | Critical |
| Search Partners conv rate >30% lower than Google Search | Warning |
| Search Partners CPA >2x Google Search CPA | Warning |
Use Short format by default. Use Detailed if user requests comprehensive analysis.
Short:
## Search Partners Performance Audit
**Account:** [Name] | **Analyzed:** [X] campaigns | **Issues:** [Y]
### Critical ([Count])
- **[Campaign]**: Search Partners CPA $[X] vs Google $[Y] (>50% worse) → Disable Search Partners
### Warnings ([Count])
- **[Campaign]**: Search Partners conv rate [X]% vs Google [Y]% → Monitor or disable
### Recommendations
1. Disable Search Partners on [X] campaigns (saves ~$[Y]/month)
2. Keep Search Partners on [X] campaigns where performance is within 15%
Detailed adds: