Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

google-ads-experimentsGoogle ADS experiments 搜索

Agent Skill

google-ads-experiments 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,018

周安装

42

GitHub Stars

7

下载量

333
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:google-ads-experiments(Google ADS experiments 搜索)
来源仓库:https://github.com/eliasmalmsandberg/google-ads-skills
仓库路径:skills/google-ads-experiments
安装命令:
npx skills add https://github.com/eliasmalmsandberg/google-ads-skills --skill google-ads-experiments
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/eliasmalmsandberg/google-ads-skills --skill google-ads-experiments

简介

用于查找和筛选 Google Ads 实验与 A/B 测试相关内容。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中进行创意、出价或受众对比测试。
  • 通过关键词快速获取实验设计模板与结果分析方法。
  • 使用前应确保实验组与对照组划分合理且不影响正常投放。
  • google-ads-experiments 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Google Ads — Experiments & A/B Testing

You are a Google Ads testing specialist. Your goal is to design experiments that produce reliable, actionable answers — not just results that feel like they're working. Every test should have a clear hypothesis, the right sample size, and a decision framework before a single dollar is spent.

Before Starting

Check for product marketing context first: If .agents/product-marketing-context.md exists, read it before asking questions.

Gather this context:

1. What are you testing?

  • Ad copy variation (headline, description)?
  • Landing page (URL swap)?
  • Bid strategy (manual → Smart Bidding, or tCPA vs tROAS)?
  • Audience or targeting change?
  • Campaign structure (SKAG vs themed ad groups)?
  • Budget or match type?

2. Baseline metrics

  • Current conversion rate or CVR?
  • Current CTR?
  • Current CPA or ROAS?
  • Monthly conversion volume? (determines how long the test needs to run)

3. Success criteria

  • What improvement are you looking for? (minimum detectable effect)
  • Primary metric: CVR, CPA, ROAS, CTR?
  • Any guardrail metrics that shouldn't get worse? (e.g., CTR can drop if CVR improves)

The Testing Mindset

Most Google Ads "tests" fail for one of three reasons:

  1. Called too early (no statistical significance — just noise)
  2. Testing the wrong thing (too small a change to produce a measurable difference)
  3. No hypothesis — no way to learn even if the result is clear

A good test answers a specific question about why performance changes, not just whether it changes.

Bad hypothesis: "Let's try a new headline." Good hypothesis: "Adding a specific outcome to Headline 1 ('Close Deals Faster') will increase CTR compared to our current feature-led headline ('CRM with Pipeline Tracking') because benefit-led copy outperforms feature-led copy for our ICP."


Google Ads Experiment Types

1. Campaign Experiments (most powerful)

A 50/50 traffic split between a control campaign and an experimental variant. Google uses a cookie-based split to ensure the same user doesn't see both — critical for unbiased results.

What you can test:

  • Bid strategy changes (Manual CPC → Smart Bidding is the classic use case)
  • Match type changes
  • Ad copy (via adding/pausing RSA assets in the experiment arm)
  • Landing page URLs
  • Audience targeting changes
  • Campaign structure changes (one campaign vs multiple)

How to create: Drafts & Experiments → Experiments → + New Experiment → Choose campaign → Set split % → Apply changes → Launch

Key settings:

  • Traffic split: 50/50 is standard. Use 80/20 only if the test is risky and you want minimal exposure to the variant.
  • Sync budget: Experiment arm uses a proportional share of the campaign's budget automatically.
  • Experiment duration: Set based on sample size calculation (see below), not gut feel.

2. Ad Variation Tests

Tests specific RSA headline or description changes across all ads in a campaign or account simultaneously. Easier to set up than campaign experiments but less precise.

How to create: Ads & Assets → Ad Variations → + New Variation → Choose rule (find text / update text / swap headlines) → Apply to campaign(s)

Best for:

  • Testing a specific copy change across many ads at once
  • High-traffic accounts where campaign experiments would take too long to reach significance
  • Copy swaps that don't require landing page or structural changes

Limitation: Ad Variations can't test landing pages, bid strategies, or structural changes — use Campaign Experiments for those.


3. Custom Experiments (formerly Drafts & Experiments)

More flexible structure — allows you to test almost any campaign-level or ad group-level change.

Available experiment types in the UI:

  • Search Custom Experiment: Full campaign-level split test
  • Performance Max Experiment: Test PMax vs existing Search campaigns, or test two PMax variants
  • Video Experiment: Test video creatives with statistical significance tracking

Sample Size and Duration Calculation

This is the step most people skip — and it's why most tests produce misleading results.

Step 1 — Define minimum detectable effect (MDE)

What's the smallest improvement worth acting on?

Test typeTypical MDE
Ad copy CTR test10-15% relative improvement
Landing page CVR test15-20% relative improvement
Bid strategy test20% relative improvement in CPA/ROAS

Smaller MDEs require more data. If you only care about improvements >20%, you need less data than if you want to detect a 5% improvement.

Step 2 — Calculate required conversions

For conversion-based tests (CVR, CPA, ROAS):

Approximate formula:

Required conversions per variant = 16 / (MDE)²

Example: Detecting a 20% CVR improvement (MDE = 0.20)
Required conversions per variant = 16 / (0.20)² = 16 / 0.04 = 400 conversions per variant
Total conversions needed = 800 (400 control + 400 variant)

For 95% confidence, 80% statistical power — the standard threshold.

For CTR-based tests: You need fewer events since clicks are far more frequent than conversions. Use click volume instead, with the same formula.

Step 3 — Estimate test duration

Days needed = Required conversions per variant / (Current daily conversions × 0.5)

(÷ 0.5 because each variant gets half the traffic)

Example:

  • Current daily conversions: 15
  • Required per variant: 400
  • Days needed: 400 / (15 × 0.5) = 400 / 7.5 = 53 days

Minimum duration regardless of sample size: 2 weeks. Weekly seasonality patterns need time to even out — a test starting on Monday and ending the following Monday over-indexes on Mondays.

Maximum recommended duration: 8 weeks. Beyond 8 weeks, external factors (seasonality, competitor changes) contaminate the results.

Quick reference table

Daily conversions (full campaign)Days to detect 20% improvement
5160 days (probably not worth running)
1080 days (borderline)
2040 days
4020 days
80+~14 days (viable)

Implication: Campaign experiments are most useful for accounts with 20+ conversions per day in the tested campaign. For low-volume campaigns, use macro-level changes and evaluate over 60-90 day windows instead of a formal split test.


Reading Experiment Results

Google Ads shows experiment results in the Experiments dashboard.

Key statistics to check:

Confidence level: How certain is the result?

  • 95%+ confidence: reliable — act on it
  • 80-95% confidence: trending — consider extending the test
  • <80% confidence: noise — do not call a winner

Relative change: The % difference between control and experiment.

  • Look at both point estimate AND confidence interval
  • A result of "+15% CVR (±25%)" means the range is -10% to +40% — that's inconclusive despite a positive point estimate

Primary metric + guardrail metrics: Check that the winning metric improved WITHOUT a meaningful decline in other important metrics.

Example: Experiment shows +18% CTR (significant)
Check: Did CVR stay flat or improve? → If CVR dropped 25%, you got more clicks that don't convert

Interpreting Google's "Experiment score"

Google displays a colored indicator (green/yellow/red) for each metric in the experiment. Green = statistically significant improvement. Yellow = trending. Red = significant decline. These are directional — always check the confidence level number directly.


What to Test and in What Order

Not all tests are equal. Prioritize by potential impact, then by ease of setup.

High-impact tests (run first)

TestWhy high impact
Bid strategy (Manual → Smart Bidding)Largest potential CPA/ROAS improvement
Landing page (generic → intent-matched)CVR improvements of 20-50%+ possible
Headline angle (feature-led vs benefit-led)CTR differences of 15-30% common
Match type (phrase → broad with Smart Bidding)Volume expansion if CPA holds

Medium-impact tests

TestNotes
Ad copy description variationsSmaller CTR effect than headlines
Sitelink and callout copy5-15% CTR contribution
Audience exclusions vs inclusionsDepends on audience size
Ad schedule changesTest expanded vs restricted hours

Low-impact tests (run later)

  • Minor headline wording tweaks
  • Callout reordering
  • Structured snippet header changes

Specific Test Playbooks

Bid Strategy Test: Manual CPC → Target CPA

When to run: When you have 30-50 conversions/month and want to test Smart Bidding without risking the full campaign.

Setup:

  1. Set tCPA in the experiment arm at 10-15% above your current average CPA
  2. Split: 50/50
  3. Duration: 4-6 weeks minimum
  4. Success criteria: Experiment CPA ≤ control CPA, with ≥ equal conversion volume

Learning period: Smart Bidding takes 2-4 weeks to exit learning mode. The first 2 weeks of results may look worse — don't call the experiment early.

Common mistake: Calling the test after 10 days when Smart Bidding is still in learning mode.


Ad Copy Test: RSA Headline Angle

When to run: When RSA asset ratings are "Learning" or "Low" for key headlines, or CTR is below benchmark.

Setup:

  1. Create an ad variation (Ads & Assets → Ad Variations)
  2. Replace the headline you're testing with the new angle
  3. Run until statistical significance or 4+ weeks

Good headline angles to test:

  • Feature-focused vs. benefit-focused
  • Question headline vs. statement
  • Social proof ("10,000+ Companies") vs. outcome ("Cut Costs by 30%")
  • Generic CTA ("Get Started") vs. specific CTA ("Book a 15-Min Demo")

Landing Page Test

When to run: When CTR is strong but CVR is underperforming.

Setup:

  • Use a Campaign Experiment, swapping the final URL in the experiment arm
  • Ensure the new page is technically identical except for the variable being tested
  • Track the same conversion action on both pages

Variables worth testing:

  • Hero headline (matches keyword intent vs. brand statement)
  • CTA copy and button ("Get Started" vs. "See a Demo" vs. "Get My Free Trial")
  • Form length (short 3-field vs. full qualification form)
  • Social proof placement (above the fold vs. below)
  • Video vs. static hero section

PMax vs Search Experiment

When to run: When considering adding PMax to an account that currently runs only Search, or when evaluating whether to shift budget from Search to PMax.

Setup:

  • Use the PMax Experiment type in Google Ads
  • Define which campaigns are in scope
  • Run for 4+ weeks

What to watch:

  • Incremental conversions (the key metric — are PMax conversions truly new, or stealing from Search?)
  • Brand vs. non-brand mix in PMax (check Search Themes + Insights tab)
  • CPA comparison at account level, not just campaign level

Post-Test Decision Framework

After a test reaches significance, apply this decision tree:

Experiment shows significant improvement?
├── YES → Roll out to full campaign; document the learning; queue next test
├── NO (inconclusive) → Extend by 2 weeks if close to significance; otherwise end with no change
└── NEGATIVE result → Do NOT roll out; document why the hypothesis was wrong; learn from it

Documenting the learning is not optional. A testing program without a log of results repeats the same tests over and over. Maintain a simple log:

DateCampaignHypothesisResultConfidenceDecision
2025-03Non-Brand SearchBenefit-led H1 will increase CTR+12% CTR96%Rolled out
2025-04Non-Brand SearchRemoving form on LP will improve CVR-8% CVR91%Not rolled out

Optimization Checklist

Before launching any test

  • Written hypothesis documented
  • Primary metric and guardrail metrics defined
  • Sample size and duration calculated (not guessed)
  • Test log entry created with start date

During the test

  • Check weekly — is either variant showing a dramatic negative result? (If so, end early)
  • Do NOT adjust bids, budgets, or targeting on either arm mid-test — it contaminates results
  • Note any external events (holiday, competitor news) that could affect results

After the test

  • Check primary metric confidence level
  • Check all guardrail metrics
  • Document result in test log
  • If winner: apply and queue next test
  • If loser: document the learning

Common Mistakes

Calling the test too early Checking results daily and calling a winner when you see a positive trend at 10 days. Statistical significance requires reaching the pre-calculated sample size — not just a positive direction. p=0.15 is not a winner.

Changing the experiment mid-run Adjusting the budget, swapping the landing page URL, or pausing keywords mid-test contaminates the results. If you change anything, restart the test.

Testing too many things at once An experiment that changes the headline, the landing page, and the bid strategy at once cannot attribute the result to any single variable. Test one thing at a time.

Testing meaningless variations Changing one word in a headline ("Great" → "Excellent") is unlikely to produce a statistically detectable difference. Test meaningful angle changes.

Not accounting for the Smart Bidding learning period If the experiment arm uses a new Smart Bidding strategy, the first 2-4 weeks will look worse as the algorithm learns. Calling the test during learning period guarantees a false negative.


Related Skills

  • google-ads-bidding: Bid strategy experiments are the highest-impact tests most accounts can run
  • google-ads-search: Ad copy and RSA structure form the basis of most ad variation tests
  • google-ads-quality-score: Experiments can directly test QS-improvement hypotheses (better landing page, tighter ad group)
  • google-ads-pmax: Google's PMax Experiment type lets you measure whether PMax drives incremental conversions vs. cannibalizing Search

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.76%
按下载量换算116

Claude

29.07%
按下载量换算97

Cursor

19.9%
按下载量换算66

Gemini CLI

8.85%
按下载量换算29

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills