テストの概要
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Google Ads API では、キャンペーン構造や入札などの新しい変更の A/B テストを行う目的で、テスト キャンペーンを実施できます。特別な下書き用キャンペーンに加える変更を指定し、その変更を基本のキャンペーンとともに実行するテストに適用すると、掲載結果を簡単に比較できます。
キャンペーンの下書きとキャンペーンのテストを使用する一般的なワークフローは次のとおりです。
Experiment
を作成します。
- テスト内に複数の
ExperimentArm
リソースを作成します。一方はコントロール、もう一方は比較群または治療群として機能します。トリートメント アームは、テストを開始する前にカスタマイズできます。
- テストのスケジュールを設定します。
- テスト キャンペーンの指標を比較して、変化が改善にあるかどうかを判断します。
- テストの宣伝、修了テスト、終了を行います。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-27 UTC。
[null,null,["最終更新日 2025-08-27 UTC。"],[[["\u003cp\u003eThe Google Ads API enables A/B testing through experimental campaigns, allowing you to test changes to campaign structure and bidding strategies.\u003c/p\u003e\n"],["\u003cp\u003eYou can create draft campaigns to specify desired changes and apply them to an experiment running alongside your base campaign for easy performance comparison.\u003c/p\u003e\n"],["\u003cp\u003eThe workflow involves creating an experiment, defining control and treatment arms, scheduling the experiment, comparing metrics, and finally promoting, graduating, or ending the experiment.\u003c/p\u003e\n"]]],[],null,["# Experiments overview\n\nThe Google Ads API provides the ability to run experimental campaigns as a way to [A/B\ntest](//en.wikipedia.org/wiki/A/B_testing) ideas for new changes to your\ncampaign structure, bidding, etc. You specify the changes you want to make on a\nspecial draft campaign, and then apply those drafted changes to an experiment\nrunning alongside your base campaign, making it easy to compare performance.\n\nThe general workflow for using campaign drafts and campaign experiments is:\n\n1. Create an [`Experiment`](/google-ads/api/reference/rpc/v21/Experiment).\n2. Create multiple [`ExperimentArm`](/google-ads/api/reference/rpc/v21/ExperimentArm) resources within the experiment. One will serve as a control and the others will serve as the comparison or treatment arms. The treatment arms may be customized before beginning the experiment.\n3. Schedule the experiment.\n4. Compare the metrics from the experiment campaign to determine whether the changes were an improvement.\n5. Promote, graduate, or end the experiment."]]