rocket
Content API for Shopping の正式な後継である
Merchant API をご紹介します。
update
Merchant API の新機能、バグの修正、リリース更新に関する
最新情報を入手します。
キャンペーンの優先順位を設定
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
概要
キャンペーンの優先順位は、同じ国で複数のショッピング キャンペーンに同じ商品が含まれている場合に、優先する入札単価を決定します。
キャンペーンの優先順位によって、検索との関連性や Google ショッピングに商品が表示される確率が変わることはありません。どの商品と入札単価が最も重要かをより細かく管理できます。
優先度の使用について詳しくは、ショッピングのベスト プラクティス ガイドをご覧ください。
手動で行う場合の手順
Google 広告の管理画面でキャンペーンの優先順位を設定する手順は次のとおりです。
- ショッピング キャンペーンを作成する。
- Google 広告アカウントにログインします。
- 編集するキャンペーンの [設定] をクリックします。
- 次のいずれかのキャンペーンの優先度レベルを選択します。
- [保存] をクリックします。
詳しくは、ショッピング キャンペーンでキャンペーンの優先順位を使用するをご覧ください。
自動で行う場合の手順
Google Ads API を使用してキャンペーンの優先順位を設定する手順は次のとおりです。
- キャンペーンが作成され、キャンペーン ID があることを確認します。
- 次のように
MutateCampaignsRequest
を作成します。
CampaignOperation
を update
に設定します。
- 次のように、オペランドを
Campaign
オブジェクトに設定します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 UTC。
[null,null,["最終更新日 2025-08-31 UTC。"],[[["\u003cp\u003eCampaign priority lets you control bids for the same product across multiple Shopping campaigns in one country, prioritizing certain campaigns over others.\u003c/p\u003e\n"],["\u003cp\u003eCampaign priority levels (Low, Medium, High) determine which bid is used when the same item is included in multiple Shopping campaigns.\u003c/p\u003e\n"],["\u003cp\u003eCampaign priority does not influence your product's search ranking or visibility on Google Shopping.\u003c/p\u003e\n"],["\u003cp\u003eYou can set campaign priority manually through the Google Ads UI or programmatically using the Google Ads API.\u003c/p\u003e\n"]]],[],null,["# Set campaign priority\n\nSummary\n-------\n\nCampaign priority determines the preferred bid for the same product across\nmultiple Shopping campaigns in the same country.\n\nCampaign priorities don't affect your search relevance or influence the\nlikelihood of your product to show on Google Shopping. They give you more\ncontrol over which products and bids are most important.\n\nFor more detail on using priorities see the [Shopping Best Practices guide](https://support.google.com/google-ads/answer/6167176).\n\nManual steps\n------------\n\nHere are the steps to set campaign priorities through the [Google Ads\nUI](//ads.google.com/):\n\n1. [Create a Shopping campaign](/google-ads/shopping/full-automation/articles/t18).\n2. Sign in to your [Google Ads account](https://ads.google.com/).\n3. Click **Settings** for the campaign you want to edit.\n4. Select one of the following **Campaign priority** levels:\n - Low (default)\n - Medium\n - High\n5. Click **Save**.\n\nSee [Use campaign priority for Shopping campaigns](https://support.google.com/google-ads/answer/6275296) for more details.\n\nAutomatic steps\n---------------\n\nHere's how to set campaign priority with the Google Ads API:\n\n1. Make sure you've successfully [created a campaign](/google-ads/shopping/campaign-management/articles/t18) and have the campaign ID.\n2. Make a [`MutateCampaignsRequest`](/google-ads/api/reference/rpc/latest/MutateCampaignsRequest) as follows:\n 1. Set the [`CampaignOperation`](/google-ads/api/reference/rpc/latest/CampaignOperation) to `update`.\n 2. Set the operand to a [`Campaign`](/google-ads/api/reference/rpc/latest/Campaign) object as follows:\n - Set `id` to the campaign ID.\n - Set `campaign_priority` for the [`ShoppingSetting`](/google-ads/api/reference/rpc/v21/Campaign.ShoppingSetting?) to one of the following:\n - `0` for Low.\n - `1` for Medium.\n - `2` for High."]]