促销活动
您可以使用 promotions
执行以下操作:
展示您在 Google 上销售的商品的特别优惠。促销活动展示
(包括 Google 搜索、Google 购物和
Chrome。您为商品添加促销信息后,买家会看到特别优惠
链接,例如八五折优惠或免运费。优惠链接可能会增加
提高商品的吸引力,促使买家出手购买。
有关详情,请参阅促销
基础知识。
开始使用
Google 需要您提供有关您的业务的具体信息,
展示商品信息。您必须满足以下条件才能
使用促销信息:
请查看 Google Merchant Center 界面,看看您是否已经注册
促销活动。如果您尚未注册,请完成申请
表单。促销活动
团队会通知您何时可以开始实施。
如需了解更多信息,请参阅参与条件和
政策。
您可以使用
promotions.create
以创建或更新促销活动。promotions.create
接受promotions
资源,如果成功,则返回新的或更新后的促销。整个
promotions
资源会被此请求覆盖,因此您需要
完整的promotions
详细信息,以免信息丢失。
Google 会审核并批准您的促销活动,然后再进行分发。请参阅
促销活动审批流程(针对
。
POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/promotions
您可以使用
promotions.get
即可查看
现有促销活动get
是只读属性,需要您提供 merchantId
和
促销活动的 ID。get
方法会返回
promotions
资源。
GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/promotions/{id}
您可以使用
promotions.create
以更新促销活动的
timePeriod
至
时间已经过去。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-09。
[null,null,["最后更新时间 (UTC):2024-09-09。"],[[["The Merchant API is the new version of the Content API for Shopping and provides enhanced integration capabilities."],["You can use the `promotions` resource to showcase special offers for your products on various Google platforms."],["To use promotions, you need an active product feed, a Google Ads account for Shopping campaigns, and enrollment in the Promotions program."],["`promotions.create` allows you to create, update, or end promotions, while `promotions.get` enables viewing existing ones."],["Google reviews and approves all promotions before they are displayed."]]],["The new Merchant API, the next version of the Content API for Shopping, is in beta. To use promotions and showcase special offers on Google, you need an active product feed in Google Merchant Center, a Google Ads account for Shopping campaigns, and enrollment in the Promotions program. You can create or update promotions via `promotions.create`, which requires complete promotion details. View existing promotions using `promotions.get`. End a promotion by updating its `timePeriod` to a past time using `promotions.create`.\n"]]