# 移动应用推荐事件

下方列出了针对您的应用类别推荐的应用内事件。我们的选择基于行业特定的最佳实践和专家建议。通过跟踪这些选定的事件，您可以改善行为细分，从而实现更有效、以用户为中心的消息传递活动。

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

## 退出登录

当用户在您的应用中退出其账户时触发此事件。

推荐属性：

*   user\_id: String
*   date: Date

## 添加支付方式

当用户在您的应用中向其账户添加支付方式时触发此事件。这包括提供银行卡凭据或将账户链接到支付系统。

推荐属性：

*   payment\_method: String,
*   user\_id: String

## 支付方式已更改

当用户在应用中更新其支付方式时发送此事件。

推荐属性：

*   user\_id: String,
*   payment\_method: String

## 按钮点击

通过此事件跟踪应用内的按钮点击，以改善您的分析、测试各种沟通策略，并根据客户行为提高消息的相关性。

推荐事件属性：

*   user\_id: String
*   button\_link: String

## 应用已更新

当用户安装更新版本的应用时触发此事件。

推荐属性：

*   previous\_app\_version: String

## 操作系统已更新

当用户更新其设备的操作系统版本时触发此事件，以确保您的应用完全兼容。

推荐属性：

*   previous\_OS\_version: String
*   new\_OS\_version: String