Set campaign priority

  • Campaign priority determines the preferred bid for the same product across multiple Shopping campaigns in the same country.

  • Campaign priorities give you more control over which products and bids are most important and do not affect search relevance or influence the likelihood of your product showing on Google Shopping.

  • You can set campaign priorities through the Google Ads UI by editing campaign settings.

  • You can set campaign priorities with the Google Ads API by updating the campaign_priority field for the ShoppingSetting in a MutateCampaignsRequest.

摘要

广告系列优先级决定了同一国家/地区内多个购物广告系列中同一产品的首选出价。

广告系列优先级既不会影响搜索相关性,也不会影响您的商品在 Google 购物上展示的可能性。它们可以让您更好地控制哪些产品和出价最为重要。

如需详细了解如何使用优先级,请参阅购物广告最佳做法指南

手动步骤

您可以按以下步骤通过 Google Ads 界面设置广告系列优先级:

  1. 制作购物广告系列
  2. 登录您的 Google Ads 账号
  3. 点击您要修改的广告系列的设置
  4. 选择以下广告系列优先级之一:
    • 低(默认)
  5. 点击保存

如需了解详情,请参阅为购物广告系列使用广告系列优先级

自动设置步骤

使用 Google Ads API 设置广告系列优先级的方法如下:

  1. 确保您已成功制作广告系列并拥有广告系列 ID。
  2. 按以下方式创建 MutateCampaignsRequest
    1. CampaignOperation 设置为 update
    2. 将操作数设置为 Campaign 对象,如下所示:
      • id 设置为广告系列 ID。
      • ShoppingSettingcampaign_priority 设置为以下其中一项:
        • 0 为低。
        • 1 表示“媒介”。
        • 2 表示高音。