From google-ads
Segment and analyze Search Partners performance separately from Google Search.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-ads:skill-005-search-partners-performanceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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:
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub trueclicks/claude-plugins --plugin google-ads