rocket
认识一下
Merchant API
- Content API for Shopping 的正式替代产品。
update
获取有关 Merchant API 的新功能、问题修复和版本更新的最新信息。
设置广告系列优先级
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
摘要
广告系列优先级用于确定同一国家/地区内多个购物广告系列中同一商品的优先出价。
广告系列优先级既不会影响搜索相关性,也不会影响您的产品在 Google 购物上展示的几率。借助它们,您可以更好地控制哪些产品和出价最重要。
如需详细了解如何使用优先级,请参阅购物广告最佳实践指南。
手动步骤
以下是通过 Google Ads 界面设置广告系列优先级的步骤:
- 制作购物广告系列。
- 登录您的 Google Ads 账号。
- 点击要修改的广告系列的设置。
- 选择以下某个广告系列优先级级别:
- 点击保存。
如需了解详情,请参阅为购物广告系列指定广告系列优先级。
自动步骤
以下说明了如何使用 Google Ads API 设置广告系列优先级:
- 请确保您已成功创建广告系列并拥有广告系列 ID。
- 按如下方式创建
MutateCampaignsRequest
:
- 将
CampaignOperation
设置为 update
。
- 将操作数设置为
Campaign
对象,如下所示:
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-31。
[null,null,["最后更新时间 (UTC):2025-08-31。"],[[["\u003cp\u003eCampaign priority helps you control bids for the same product across multiple Shopping campaigns, prioritizing certain campaigns over others.\u003c/p\u003e\n"],["\u003cp\u003eIt does not impact your product's search relevance or visibility on Google Shopping, focusing solely on bid preference.\u003c/p\u003e\n"],["\u003cp\u003eYou can set campaign priority levels (Low, Medium, High) manually through the Google Ads UI or automatically via the Google Ads API.\u003c/p\u003e\n"],["\u003cp\u003eDetailed instructions for both manual and automatic setup are provided, guiding you through the process step-by-step.\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."]]