# 电子商务推荐事件

您将在下方找到一系列针对您的应用类别推荐的应用内事件。我们的选择基于行业特定的最佳实践和专家建议。通过跟踪这些选定的事件，您可以改进行为细分，并执行更有效、以用户为中心的消息营销活动。

<Aside type="caution" icon="setting" title="需要开发人员协助">
 您将需要您的开发团队的帮助来设置这些事件。请与他们分享[此指南](/zh/developer/guides/audience-and-segmentation/events/custom-events-examples#e-commerce)以获取详细说明。
</Aside>

要实施以下任何事件或其他事件：

* 在您的 Pushwoosh Control Panel（控制面板）中[创建事件](/zh/product/audience-data-and-segmentation/events#1-create-events-in-pushwoosh-control-panel)，如果需要，请添加属性。
* 请您的开发团队将 [postEvent](/zh/developer/api-reference/user-centric-api#postevent) 方法集成到您的移动项目中。提供的事件名称和属性名称必须与 Control Panel（控制面板）中的完全一致。有关详细说明，请与他们分享[此链接](/zh/developer/guides/audience-and-segmentation/events/custom-events-examples#e-commerce)。

## 产品已添加到购物车

一旦用户将产品添加到购物车，就触发此事件，以构建 Abandoned Cart campaigns、设置用户标签或分析促销活动的效率。

推荐属性：

* product\_id: String
* price: Integer
* source: String

## 折扣购买

一旦用户使用折扣券购买任何产品，就触发此事件。

推荐属性：

* product\_id: String
* coupon\_id: String
* price: Integer
* discount: String

## 产品页面已放弃

当用户离开产品页面而没有进行转化操作时，触发此事件。

推荐属性：

* product\_id: String
* price: Integer
* source: String
* product\_page\_id: String

## 产品已添加到心愿单

随时了解用户已保存到心愿单的产品，并创建个性化优惠和促销活动。

推荐属性：

* product\_id: String
* wishlist\_id: String
* product\_price: Integer
* source: String
* user\_id: String

## 产品已从心愿单中移除

当用户从心愿单中删除产品时，触发此事件。

推荐属性：

* user\_id: String
* wishlist\_id: String
* product\_id: String

## 产品类别

当用户购买特定类别的产品时，发送此事件。

推荐属性：

* product\_id: String
* product\_category: String
* currency: String

## 首次购买

一旦用户进行首次购买，就触发此事件。

推荐属性：

* product\_id: String,
* category: String
* date: Date