원클릭으로
skill-022-broad-match-smart-bidding-alignment
Verify that broad match keywords are paired with Smart Bidding strategies.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Verify that broad match keywords are paired with Smart Bidding strategies.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Verify that Search, Display, Shopping, Video, and Performance Max campaigns are never mixed in ways that compromise optimization signals.
Ensure branded and non-branded keywords live in separate campaigns with independent budgets and targets.
Audit naming conventions across all campaigns, ad groups, and labels for a standardized taxonomy.
Evaluate whether each ad group contains tightly themed, closely related keywords (ideally 5-20 per group).
Segment and analyze Search Partners performance separately from Google Search.
Check whether Search campaigns have inadvertently opted into the Google Display Network.
| name | skill-022-broad-match-smart-bidding-alignment |
| description | Verify that broad match keywords are paired with Smart Bidding strategies. |
| allowed-tools | Read, Grep, Glob |
Google recommends using broad match keywords with Smart Bidding because the algorithm can adjust bids in real-time based on conversion likelihood. Broad match without Smart Bidding creates high risk of overpaying for irrelevant queries. This skill identifies misalignments where broad match lacks proper bid optimization.
Data Source: Standard
Standard Data:
data/account/campaigns/*/campaign.md - Campaign bidding strategydata/account/campaigns/*/*/keywords.md - Keyword match typesdata/account/bidding_strategies.md - Portfolio bidding strategiesdata/performance/campaigns/*/*/keywords_metrics_30_days.md - Performance by match typeReference GAQL:
SELECT
campaign.name,
campaign.bidding_strategy_type,
ad_group.name,
ad_group_criterion.keyword.text,
ad_group_criterion.keyword.match_type,
metrics.impressions,
metrics.conversions,
metrics.cost_micros
FROM keyword_view
WHERE ad_group_criterion.status = 'ENABLED'
AND segments.date DURING LAST_30_DAYS
Use /google-ads:get-custom if you need to analyze performance differences by match type.
| Condition | Severity |
|---|---|
| Broad >= 50% AND Manual CPC | Critical |
| Any broad AND Manual CPC | Warning |
| Smart Bidding AND Broad < 20% | Info |
| Smart Bidding AND Broad = 0% | Info |
| ECPC + Broad match | Warning |
Short (default):
## Broad Match + Smart Bidding Audit
**Account:** [Name] | **Campaigns:** [X] | **Misalignments:** [Y]
### Critical ([Count])
- **[Campaign]**: [X]% broad match + Manual CPC ([Y] keywords) -> Switch to Smart Bidding or narrow match types
### Warnings ([Count])
- **[Campaign]**: [Issue] -> [Fix]
### Recommendations
1. [Priority action]
Detailed adds: