update
取得最新資訊
,瞭解 Merchant API 的新功能、錯誤修正和版本更新。
設定廣告活動優先順序
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
摘要
廣告活動優先順序會決定在同一個國家/地區中,多個購物廣告活動的相同產品偏好出價。
廣告活動優先順序不會影響搜尋關聯性,也不會影響產品在 Google 購物中的顯示機會。可進一步控管哪些產品和出價最重要。
如要進一步瞭解如何使用優先順序,請參閱購物最佳做法指南。
手動步驟
如要透過 Google Ads 使用者介面設定廣告活動優先順序,請按照下列步驟操作:
- 建立購物廣告活動。
- 登入 Google Ads 帳戶。
- 按一下要編輯廣告活動的「設定」。
- 選取下列其中一個廣告活動優先順序層級:
- 按一下 [儲存]。
詳情請參閱「為購物廣告活動指定廣告活動優先順序」。
自動步驟
如要使用 Google Ads API 設定廣告活動優先順序,請按照下列步驟操作:
- 請確認您已成功建立廣告活動,並取得廣告活動 ID。
- 請按照下列步驟建立
MutateCampaignsRequest
:
- 將
CampaignOperation
設為 update
。
- 將運算元設為
Campaign
物件,如下所示:
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-09-05 (世界標準時間)。
[null,null,["上次更新時間:2025-09-05 (世界標準時間)。"],[[["\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."]]