ワンクリックで
skill-003-naming-convention-consistency
Audit naming conventions across all campaigns, ad groups, and labels for a standardized taxonomy.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Audit naming conventions across all campaigns, ad groups, and labels for a standardized taxonomy.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | skill-003-naming-convention-consistency |
| description | Audit naming conventions across all campaigns, ad groups, and labels for a standardized taxonomy. |
| allowed-tools | Read, Grep, Glob |
Audit naming conventions across all campaigns, ad groups, and labels for a standardized taxonomy. Inconsistent naming makes reporting unreliable, cross-account management chaotic, and automation rules fragile.
Data Source: Standard
Standard Data:
data/account/campaigns/*/campaign.md - All campaign namesdata/account/campaigns/*/*/ad_group.md - All ad group namesReference GAQL:
SELECT
campaign.id,
campaign.name,
campaign.advertising_channel_type
FROM campaign
WHERE campaign.status != 'REMOVED'
Use /google-ads:get-custom if you need to include labels or additional metadata.
| Condition | Severity |
|---|---|
| Consistency score < 50% | Critical |
| Duplicate campaign/ad group names | Critical |
| Consistency score < 80% | Warning |
| Non-descriptive names ("Test", "Campaign 1") | Warning |
| Name > 100 characters | Info |
Use Short format by default. Use Detailed if user requests comprehensive analysis.
Short:
## Naming Convention Audit
**Account:** [Name] | **Analyzed:** [X] campaigns, [Y] ad groups | **Consistency:** [Z]%
### Critical ([Count])
- **Duplicate names:** "[Name]" appears [X] times → Rename to differentiate
### Warnings ([Count])
- **[Entity]**: Non-descriptive name → Rename to [Suggested]
### Recommendations
1. Adopt format: [Region]_[Brand/NB]_[Product]_[Network]
2. Rename [X] non-conforming entities
Detailed adds:
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.
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.
Audit all campaign-level settings including location targeting method, start/end dates, and network settings.