> For the complete documentation index, see [llms.txt](https://developers-apps-in-toss.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers-apps-in-toss.toss.im/guide/zh/marketing/share-reward.md).

# 分享奖励

### 什么是分享奖励

分享奖励是通过联系人模块获取使用 Toss 的用户联系人，并向完成分享的用户提供奖励的功能。分享通过 Toss 通知推送进行。

分享奖励可用于游戏服务和非游戏服务。根据服务类型，向用户展示的推送文案会有所不同。

<figure><img src="/files/eca5211c94e774ccb16299dd3d2bd45942f2dac0" alt=""><figcaption></figcaption></figure>

***

### 分享奖励的好处

* 可以通过将奖励与好友邀请关联，自然地带来流量。
* 可以通过奖励来引导分享，在无需额外成本的情况下获得营销效果。
* 可以提供仅能在服务内使用的虚拟货币，从而促使用户再次访问。

***

### 发送限制及重置标准

分享奖励的发送限制会按天重置。

* 以一个奖励 ID 为准，同一用户一天只能收到一次分享奖励。
* 例如，如果今天通过某个奖励 ID 向用户 A 发送了分享奖励，那么明天可以用相同的奖励 ID 再次发送。
* 如果使用不同的奖励 ID，发送限制会分别独立生效。

{% hint style="info" %}
**请务必参考**

* 请避免过度弹窗或强制性的分享引导。
* 请准确说明可获得奖励的条件，确保用户能够轻松理解。
* 不能注册现金类奖励或博彩性奖励。
  {% endhint %}

***

### 在控制台中设置

请在 Appintos 控制台左侧菜单中选择“分享奖励”。

<figure><img src="/files/b2a6c853be33e0fb16b4df0b317d6ae024ae9c81" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/6373189b7d186601a60e2276a6d84386b8a20718" alt=""><figcaption></figcaption></figure>

**奖励名称**

这是管理员在内部区分使用的奖励名称。请起一个在运营页面或结算过程中容易识别的名称。它可能与向用户展示的文案不同，因此最好根据运营目的具体填写。

* 例）签到奖励 100 心 / 邀请好友活动赠送宝石 / 新用户欢迎奖励

**奖励页面**

请输入将实际发放给用户的奖励信息。

* 奖励：请输入要发放的奖励单位。请填写用户可识别的奖励名称，例如心、宝石、积分。
* 数量及金额：这是发放给用户的奖励数量。请根据活动或政策输入准确的数量和金额。例如，要发放 100 个心，请在数量中输入 100。

***

### 开发对接

分享奖励 [SDK 对接方法和事件处理代码示例](https://developers-apps-in-toss.toss.im/documentation/common/growth/share/reward)可供查看。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developers-apps-in-toss.toss.im/guide/zh/marketing/share-reward.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
