google-ads-manager

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Google Ads Manager

Google Ads 活动管理指南

Comprehensive Google Ads campaign management including campaign setup, keyword research, ad copy generation, bid optimization, and performance reporting.
全面的Google Ads广告活动管理内容,涵盖活动搭建、关键词研究、广告文案创作、出价优化及效果报告。

Overview

概述

This skill covers:
  • Campaign structure and setup
  • Keyword research and grouping
  • Ad copy creation (RSA format)
  • Bidding strategy selection
  • Performance analysis and optimization

本指南涵盖以下内容:
  • 活动结构与搭建
  • 关键词研究与分组
  • 广告文案创作(RSA格式)
  • 出价策略选择
  • 效果分析与优化

Campaign Structure

活动结构

Account Hierarchy

账户层级

Account
├── Campaign 1: Brand
│   ├── Ad Group: Brand Terms
│   │   ├── Keywords: [brand name], [brand + product]
│   │   └── Ads: 3-5 RSAs
│   └── Ad Group: Brand + Competitor
│       ├── Keywords: [brand vs competitor]
│       └── Ads: 3-5 RSAs
├── Campaign 2: Non-Brand - Search
│   ├── Ad Group: Product Category A
│   │   ├── Keywords: [category keywords]
│   │   └── Ads: 3-5 RSAs
│   ├── Ad Group: Product Category B
│   └── Ad Group: Problem/Solution
├── Campaign 3: Competitor
│   ├── Ad Group: Competitor A
│   └── Ad Group: Competitor B
└── Campaign 4: Performance Max
    └── Asset Groups: [Images, Videos, Headlines, Descriptions]
Account
├── Campaign 1: Brand
│   ├── Ad Group: Brand Terms
│   │   ├── Keywords: [brand name], [brand + product]
│   │   └── Ads: 3-5 RSAs
│   └── Ad Group: Brand + Competitor
│       ├── Keywords: [brand vs competitor]
│       └── Ads: 3-5 RSAs
├── Campaign 2: Non-Brand - Search
│   ├── Ad Group: Product Category A
│   │   ├── Keywords: [category keywords]
│   │   └── Ads: 3-5 RSAs
│   ├── Ad Group: Product Category B
│   └── Ad Group: Problem/Solution
├── Campaign 3: Competitor
│   ├── Ad Group: Competitor A
│   └── Ad Group: Competitor B
└── Campaign 4: Performance Max
    └── Asset Groups: [Images, Videos, Headlines, Descriptions]

Campaign Setup Template

活动搭建模板

yaml
campaign:
  name: "[Product] - Search - Non-Brand"
  type: SEARCH
  budget: 
    amount: 100  # daily
    delivery: STANDARD
  
  bidding:
    strategy: TARGET_CPA  # or MAXIMIZE_CONVERSIONS
    target_cpa: 50
    
  targeting:
    locations: [US, CA, UK]
    languages: [en]
    audiences: 
      - in_market: "Business Software"
      - custom_intent: "project management tools"
    
  networks:
    search: true
    display: false
    partners: false
    
  schedule:
    days: [MON, TUE, WED, THU, FRI]
    hours: "8:00-20:00"
    timezone: "America/New_York"
    
  ad_rotation: OPTIMIZE
  
  negative_keywords:
    campaign_level:
      - free
      - cheap
      - download
      - jobs
      - salary

yaml
campaign:
  name: "[Product] - Search - Non-Brand"
  type: SEARCH
  budget: 
    amount: 100  # daily
    delivery: STANDARD
  
  bidding:
    strategy: TARGET_CPA  # or MAXIMIZE_CONVERSIONS
    target_cpa: 50
    
  targeting:
    locations: [US, CA, UK]
    languages: [en]
    audiences: 
      - in_market: "Business Software"
      - custom_intent: "project management tools"
    
  networks:
    search: true
    display: false
    partners: false
    
  schedule:
    days: [MON, TUE, WED, THU, FRI]
    hours: "8:00-20:00"
    timezone: "America/New_York"
    
  ad_rotation: OPTIMIZE
  
  negative_keywords:
    campaign_level:
      - free
      - cheap
      - download
      - jobs
      - salary

Keyword Research

关键词研究

Keyword Categories

关键词分类

yaml
keyword_types:
  brand:
    examples: ["[brand name]", "[brand] login", "[brand] pricing"]
    intent: navigational
    expected_cpc: low
    priority: high
    
  competitor:
    examples: ["[competitor] alternative", "[competitor] vs"]
    intent: commercial
    expected_cpc: medium-high
    priority: medium
    
  product:
    examples: ["project management software", "task tracking tool"]
    intent: commercial
    expected_cpc: high
    priority: high
    
  problem:
    examples: ["how to manage remote team", "track project deadlines"]
    intent: informational/commercial
    expected_cpc: medium
    priority: medium
    
  long_tail:
    examples: ["best project management tool for small teams"]
    intent: commercial
    expected_cpc: medium
    priority: high (high intent)
yaml
keyword_types:
  brand:
    examples: ["[brand name]", "[brand] login", "[brand] pricing"]
    intent: navigational
    expected_cpc: low
    priority: high
    
  competitor:
    examples: ["[competitor] alternative", "[competitor] vs"]
    intent: commercial
    expected_cpc: medium-high
    priority: medium
    
  product:
    examples: ["project management software", "task tracking tool"]
    intent: commercial
    expected_cpc: high
    priority: high
    
  problem:
    examples: ["how to manage remote team", "track project deadlines"]
    intent: informational/commercial
    expected_cpc: medium
    priority: medium
    
  long_tail:
    examples: ["best project management tool for small teams"]
    intent: commercial
    expected_cpc: medium
    priority: high (high intent)

Keyword Research Process

关键词研究流程

yaml
research_steps:
  1. seed_keywords:
      sources:
        - brainstorm: core product terms
        - competitor: analyze competitor ads
        - customer: survey/interview terms
        - support: common questions
        
  2. expand_with_tools:
      google_keyword_planner:
        - get_ideas: from seed keywords
        - filter: by volume, competition, CPC
        
      other_tools:
        - semrush: competitor keywords
        - ahrefs: organic keywords to target
        - answerthepublic: question keywords
        
  3. group_keywords:
      method: SKAG or themed groups
      max_per_group: 15-20
      criteria: same intent, similar landing page
      
  4. match_types:
      broad_match: discovery, high volume
      phrase_match: balanced reach/relevance
      exact_match: high intent, control
      
  5. negative_keywords:
      identify: irrelevant search terms
      levels: campaign, ad group, account
yaml
research_steps:
  1. seed_keywords:
      sources:
        - brainstorm: core product terms
        - competitor: analyze competitor ads
        - customer: survey/interview terms
        - support: common questions
        
  2. expand_with_tools:
      google_keyword_planner:
        - get_ideas: from seed keywords
        - filter: by volume, competition, CPC
        
      other_tools:
        - semrush: competitor keywords
        - ahrefs: organic keywords to target
        - answerthepublic: question keywords
        
  3. group_keywords:
      method: SKAG or themed groups
      max_per_group: 15-20
      criteria: same intent, similar landing page
      
  4. match_types:
      broad_match: discovery, high volume
      phrase_match: balanced reach/relevance
      exact_match: high intent, control
      
  5. negative_keywords:
      identify: irrelevant search terms
      levels: campaign, ad group, account

Keyword Grouping Example

关键词分组示例

yaml
ad_group: "Project Management Software"
theme: product_category

keywords:
  exact_match:
    - [project management software]
    - [project management tool]
    - [pm software]
    
  phrase_match:
    - "project management software"
    - "best project management"
    - "project tracking software"
    
  broad_match:
    - project management platform
    - team project software

negative_keywords:
  - free
  - open source
  - template
  - excel
  - certification

yaml
ad_group: "Project Management Software"
theme: product_category

keywords:
  exact_match:
    - [project management software]
    - [project management tool]
    - [pm software]
    
  phrase_match:
    - "project management software"
    - "best project management"
    - "project tracking software"
    
  broad_match:
    - project management platform
    - team project software

negative_keywords:
  - free
  - open source
  - template
  - excel
  - certification

Ad Copy Framework

广告文案框架

Responsive Search Ad (RSA) Structure

响应式搜索广告(RSA)结构

yaml
rsa_requirements:
  headlines:
    count: 15 (min 3)
    max_chars: 30
    pin_strategy:
      position_1: keyword/benefit headline
      position_2: value prop/differentiator
      position_3: CTA
      
  descriptions:
    count: 4 (min 2)
    max_chars: 90
    
  display_path:
    parts: 2
    max_chars: 15 each
yaml
rsa_requirements:
  headlines:
    count: 15 (min 3)
    max_chars: 30
    pin_strategy:
      position_1: keyword/benefit headline
      position_2: value prop/differentiator
      position_3: CTA
      
  descriptions:
    count: 4 (min 2)
    max_chars: 90
    
  display_path:
    parts: 2
    max_chars: 15 each

Headline Templates by Category

按类别划分的标题模板

yaml
headline_templates:
  keyword_headlines: # Pin to Position 1
    - "{Keyword} Software"
    - "Best {Keyword} Tool"
    - "#1 {Keyword} Platform"
    - "{Keyword} for Teams"
    
  benefit_headlines:
    - "Save 10+ Hours/Week"
    - "Boost Productivity 40%"
    - "Manage Projects Easily"
    - "Never Miss Deadlines"
    
  trust_headlines:
    - "Trusted by 50,000+ Teams"
    - "4.8★ on G2 & Capterra"
    - "Award-Winning Software"
    - "Enterprise-Grade Security"
    
  cta_headlines: # Pin to Position 3
    - "Start Free Trial"
    - "Try Free for 14 Days"
    - "Get Started Today"
    - "Request a Demo"
    
  urgency_headlines:
    - "Limited Time: 30% Off"
    - "Special Offer Ends Soon"
    - "Save Now - Act Fast"
    
  differentiator_headlines:
    - "No Credit Card Needed"
    - "Set Up in 2 Minutes"
    - "Cancel Anytime"
    - "All-in-One Solution"
yaml
headline_templates:
  keyword_headlines: # Pin to Position 1
    - "{Keyword} Software"
    - "Best {Keyword} Tool"
    - "#1 {Keyword} Platform"
    - "{Keyword} for Teams"
    
  benefit_headlines:
    - "Save 10+ Hours/Week"
    - "Boost Productivity 40%"
    - "Manage Projects Easily"
    - "Never Miss Deadlines"
    
  trust_headlines:
    - "Trusted by 50,000+ Teams"
    - "4.8★ on G2 & Capterra"
    - "Award-Winning Software"
    - "Enterprise-Grade Security"
    
  cta_headlines: # Pin to Position 3
    - "Start Free Trial"
    - "Try Free for 14 Days"
    - "Get Started Today"
    - "Request a Demo"
    
  urgency_headlines:
    - "Limited Time: 30% Off"
    - "Special Offer Ends Soon"
    - "Save Now - Act Fast"
    
  differentiator_headlines:
    - "No Credit Card Needed"
    - "Set Up in 2 Minutes"
    - "Cancel Anytime"
    - "All-in-One Solution"

Description Templates

描述模板

yaml
description_templates:
  benefit_focused:
    - "Streamline your workflow with our all-in-one project management platform. Trusted by 50,000+ teams worldwide."
    - "Save 10+ hours per week with automated task tracking, team collaboration, and real-time reporting. Try free!"
    
  feature_focused:
    - "Kanban boards, Gantt charts, time tracking, and team chat in one powerful platform. Start your free trial today."
    
  social_proof:
    - "Join 50,000+ teams who've transformed their productivity. Rated 4.8/5 on G2. No credit card required."
    
  urgency:
    - "Limited time: Get 30% off annual plans. All features included. Start your 14-day free trial now!"

yaml
description_templates:
  benefit_focused:
    - "Streamline your workflow with our all-in-one project management platform. Trusted by 50,000+ teams worldwide."
    - "Save 10+ hours per week with automated task tracking, team collaboration, and real-time reporting. Try free!"
    
  feature_focused:
    - "Kanban boards, Gantt charts, time tracking, and team chat in one powerful platform. Start your free trial today."
    
  social_proof:
    - "Join 50,000+ teams who've transformed their productivity. Rated 4.8/5 on G2. No credit card required."
    
  urgency:
    - "Limited time: Get 30% off annual plans. All features included. Start your 14-day free trial now!"

Bidding Strategies

出价策略

Strategy Selection Guide

策略选择指南

yaml
bidding_strategies:
  maximize_conversions:
    use_when:
      - new_campaign: true
      - goal: volume
      - budget: flexible
    pros: easy setup, google optimization
    cons: no cost control
    
  target_cpa:
    use_when:
      - conversion_history: 30+ conversions/month
      - goal: efficiency
      - known_cpa_target: true
    pros: cost control, predictable
    cons: may limit volume
    
  target_roas:
    use_when:
      - ecommerce: true
      - conversion_value_tracking: enabled
      - goal: roi_optimization
    pros: revenue-focused
    cons: needs value data
    
  maximize_clicks:
    use_when:
      - goal: traffic
      - new_campaign: awareness
    pros: simple, good for testing
    cons: no conversion focus
    
  manual_cpc:
    use_when:
      - full_control: needed
      - small_budget: true
      - testing: keywords
    pros: granular control
    cons: time-intensive

bid_adjustments:
  device:
    mobile: -20% to +30%
    tablet: -10% to +10%
  
  location:
    high_value_cities: +20%
    low_value_areas: -30%
    
  schedule:
    business_hours: +15%
    off_hours: -25%
    
  audience:
    remarketing: +50%
    in_market: +20%

yaml
bidding_strategies:
  maximize_conversions:
    use_when:
      - new_campaign: true
      - goal: volume
      - budget: flexible
    pros: easy setup, google optimization
    cons: no cost control
    
  target_cpa:
    use_when:
      - conversion_history: 30+ conversions/month
      - goal: efficiency
      - known_cpa_target: true
    pros: cost control, predictable
    cons: may limit volume
    
  target_roas:
    use_when:
      - ecommerce: true
      - conversion_value_tracking: enabled
      - goal: roi_optimization
    pros: revenue-focused
    cons: needs value data
    
  maximize_clicks:
    use_when:
      - goal: traffic
      - new_campaign: awareness
    pros: simple, good for testing
    cons: no conversion focus
    
  manual_cpc:
    use_when:
      - full_control: needed
      - small_budget: true
      - testing: keywords
    pros: granular control
    cons: time-intensive

bid_adjustments:
  device:
    mobile: -20% to +30%
    tablet: -10% to +10%
  
  location:
    high_value_cities: +20%
    low_value_areas: -30%
    
  schedule:
    business_hours: +15%
    off_hours: -25%
    
  audience:
    remarketing: +50%
    in_market: +20%

Performance Reporting

效果报告

Key Metrics Dashboard

核心指标仪表盘

markdown
undefined
markdown
undefined

Google Ads Performance Report - {Date Range}

Google Ads 效果报告 - {日期范围}

Campaign Summary

活动汇总

CampaignSpendClicksConvCPAROAS
Brand$5001,20080$6.2515x
Non-Brand$3,0002,50045$66.673.2x
Competitor$80060012$66.672.8x
Total$4,3004,300137$31.395.1x
活动花费点击量转化量CPAROAS
品牌活动$5001,20080$6.2515x
非品牌活动$3,0002,50045$66.673.2x
竞品活动$80060012$66.672.8x
总计$4,3004,300137$31.395.1x

Key Metrics

核心指标

  • CTR: 3.2% (benchmark: 2%) ✅
  • Conv Rate: 3.2% (benchmark: 3%) ✅
  • Avg CPC: $1.00
  • Quality Score Avg: 7.2/10
  • CTR: 3.2% (基准值: 2%) ✅
  • 转化率: 3.2% (基准值: 3%) ✅
  • 平均CPC: $1.00
  • 平均质量得分: 7.2/10

Top Performing Keywords

高表现关键词

KeywordClicksConvCPAQS
[brand name]80060$59
project management software30015$407
best pm tool for teams15012$358
关键词点击量转化量CPA质量得分
[品牌名称]80060$59
project management software30015$407
best pm tool for teams15012$358

Underperforming (Action Needed)

表现不佳(需处理)

KeywordSpendConvCPAAction
free project tool$2000-Pause
pm software download$1501$150Pause
关键词花费转化量CPA操作建议
free project tool$2000-暂停
pm software download$1501$150暂停

Recommendations

优化建议

  1. ⬆️ Increase budget on Brand campaign (CPA $6.25)
  2. ⏸️ Pause 5 keywords with $0 conversions
  3. 📝 Test new ad copy (current CTR below benchmark)
  4. 🎯 Add "free" to negative keywords
undefined
  1. ⬆️ 增加品牌活动预算(CPA $6.25)
  2. ⏸️ 暂停5个无转化关键词
  3. 📝 测试新广告文案(当前CTR低于基准值)
  4. 🎯 将"free"添加至否定关键词列表
undefined

Optimization Checklist

优化检查清单

yaml
weekly_tasks:
  - review_search_terms:
      action: add negatives, find new keywords
      
  - check_quality_scores:
      action: improve <6 QS keywords
      
  - review_ad_performance:
      action: pause low CTR ads
      
  - adjust_bids:
      action: increase for high performers
      
monthly_tasks:
  - competitor_analysis:
      check: new competitors, messaging
      
  - landing_page_review:
      check: conversion rate by page
      
  - audience_review:
      check: add new audiences, remove poor performers
      
  - budget_reallocation:
      check: move budget to top performers

yaml
weekly_tasks:
  - review_search_terms:
      action: add negatives, find new keywords
      
  - check_quality_scores:
      action: improve <6 QS keywords
      
  - review_ad_performance:
      action: pause low CTR ads
      
  - adjust_bids:
      action: increase for high performers
      
monthly_tasks:
  - competitor_analysis:
      check: new competitors, messaging
      
  - landing_page_review:
      check: conversion rate by page
      
  - audience_review:
      check: add new audiences, remove poor performers
      
  - budget_reallocation:
      check: move budget to top performers

Output Example

输出示例

Request: "Create a Google Ads campaign structure for a CRM software"
Output:
markdown
undefined
需求: "为CRM软件创建Google Ads活动结构"
输出:
markdown
undefined

Google Ads Campaign Structure - CRM Software

Google Ads 活动结构 - CRM软件

Campaign 1: Brand

活动1: 品牌活动

Budget: $50/day Bidding: Maximize Conversions
预算: $50/天 出价策略: 最大化转化量

Ad Group: Brand Terms

广告组: 品牌术语

Keywords:
  • [acme crm]
  • [acme crm login]
  • [acme crm pricing]
Headlines:
  1. Acme CRM - Official Site
  2. Trusted by 10,000+ Teams
  3. Start Your Free Trial ...

关键词:
  • [acme crm]
  • [acme crm login]
  • [acme crm pricing]
标题:
  1. Acme CRM - 官方网站
  2. 10,000+团队信赖
  3. 开始免费试用 ...

Campaign 2: Non-Brand Search

活动2: 非品牌搜索活动

Budget: $200/day Bidding: Target CPA ($75)
预算: $200/天 出价策略: 目标CPA($75)

Ad Group: CRM Software

广告组: CRM软件

Keywords:
  • [crm software]
  • [best crm software]
  • "crm for small business"
Headlines:
  1. Best CRM Software 2026
  2. Close 40% More Deals
  3. Try Free for 14 Days ...
关键词:
  • [crm software]
  • [best crm software]
  • "crm for small business"
标题:
  1. 2026最佳CRM软件
  2. 提升40%成单量
  3. 14天免费试用 ...

Ad Group: Sales Software

广告组: 销售软件

Keywords:
  • [sales management software]
  • [sales tracking tool] ...
关键词:
  • [sales management software]
  • [sales tracking tool] ...

Ad Group: Problem/Solution

广告组: 问题/解决方案

Keywords:
  • "how to track sales leads"
  • "manage customer relationships" ...

关键词:
  • "how to track sales leads"
  • "manage customer relationships" ...

Campaign 3: Competitor

活动3: 竞品活动

Budget: $100/day Bidding: Target CPA ($90)
预算: $100/天 出价策略: 目标CPA($90)

Ad Group: Salesforce Alternative

广告组: Salesforce替代方案

Keywords:
  • [salesforce alternative]
  • [salesforce vs]
  • "cheaper than salesforce"
Headlines:
  1. Salesforce Alternative
  2. 50% Lower Cost
  3. Switch in 1 Day ...

关键词:
  • [salesforce alternative]
  • [salesforce vs]
  • "cheaper than salesforce"
标题:
  1. Salesforce替代方案
  2. 成本降低50%
  3. 1天完成切换 ...

Negative Keywords (Account Level)

账户级否定关键词

  • free
  • jobs
  • salary
  • certification
  • tutorial
  • open source

  • free
  • jobs
  • salary
  • certification
  • tutorial
  • open source

Estimated Performance

预估效果

CampaignEst. ClicksEst. ConvEst. CPA
Brand1,500150$8
Non-Brand2,00025$80
Competitor80010$100

---

*Google Ads Manager Skill - Part of Claude Office Skills*
活动预估点击量预估转化量预估CPA
品牌活动1,500150$8
非品牌活动2,00025$80
竞品活动80010$100

---

*Google Ads 活动管理技能 - Claude 办公技能系列之一*