> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/advocate-program/getting-started-with-advocate/data-requirements-for-advocate-users.md).

# Advocate 用户的数据要求

Advocate 收集数据的方式是独特的，因为 Advocate 没有像 Creator 和 Performance 那样的合作伙伴市场，而且 impact.com 与在您的 Advocate 计划中注册的最终用户没有直接关系。现金支付是一个例外，因为用户会向 impact.com 提供其银行和税务信息，以便发放奖励。

<div data-with-frame="true"><figure><img src="/files/30305cff50e946dc69c00cd6d96774970084e577" alt=""><figcaption></figcaption></figure></div>

#### 直接数据

直接数据直接来自来源，通常由最终用户输入或直接提供。

如果您为用户使用唯一 ID，那么即使没有任何直接用户数据，也可以运行一个计划。仅使用唯一 ID 运行计划意味着您 *将无法* 使用以下 Advocate 功能：

* 发送电子邮件
* 通过我们的 Tango Card 集成发送礼品卡奖励
* 欺诈管理

在将用户数据发送到 Advocate 时，您可以包含以下用户数据点。

<details>

<summary>直接用户数据点</summary>

* 用户 ID（必填）
  * 我们建议使用用户的电子邮件地址，并将其存储为 `SHA1` 哈希值。
* 账户 ID（必填）
  * 我们建议使用用户的电子邮件地址，并将其存储为 `SHA1` 哈希值。
* 名字（可选）
* 姓氏（可选）
* 电子邮件地址（如果您想向用户发送电子邮件则为必填，否则为可选）
* 用户地区设置（可选）
* 用户所在国家/地区（可选）
* dateUsTaxFormSubmitted（可选）
* Cookie（可选）
  * Advocate 计划 Cookie： `Base64URL` 编码对象，包含所使用的分享链接、Cookie 到期时间以及推荐人的唯一推荐代码。
* 细分（可选）
* 自定义字段（可选）
  * 可用于存储有关用户的其他数据的自由格式字段，例如邮寄地址、订阅等级、电话号码等。
* 用户在 Advocate 中创建日期（可选）
* 用户在 Advocate 中最后更新日期（可选）

</details>

#### 交易和支付数据

* **现金奖励：** 如果您使用现金支付系统，Advocate 还会在支付流程中将用户提供的银行和税务详情直接收集并存储到 impact.com。用户还需要接受与支付相关的条款和条件。如果您 *不* 使用现金支付系统，例如改为奖励礼品卡或折扣码，那么最终用户与 impact.com 就没有关系。
* **Tango Card 奖励集成：** 如果您使用我们的 Tango Card 集成来发放礼品卡，则会将用户的名字、姓氏和电子邮件地址传递给 Tango Card，以便完成奖励发放。

#### 间接数据

最终用户不会直接输入间接数据；相反，这些数据会从其他来源收集，以便为我们提供更深入的洞察。

以下数据点会被跟踪并存储为用户数据，但不属于个人身份信息（PII）。

<details>

<summary>间接用户数据点</summary>

* 组件加载次数
* 流量（用户分享链接产生了多少推荐流量）
* 用户获得的奖励
* IP 地址（如果您在实现中使用 JavaScript）
  * 当用户加载小组件和/或成为被推荐用户时，平台会检索并存储用户的 IP 地址。

</details>

#### 用户数据使用

用户数据可用于以下方式：

* **用户识别：** 用户 ID 和账户 ID 用于识别用户。
* **定制内容：** 您可以向我们提供用户的名字、姓氏和电子邮件，以便我们的平台能够向最终用户发送有关其推荐的电子邮件，并在小组件和电子邮件中提供定制内容（例如：“您的朋友 Bob 刚刚完成了一次购买，您的奖励即将到账！”）
* **欺诈检测：** 用户的姓名、电子邮件地址和 IP 地址会被我们的欺诈管理工具用于检测可能存在欺诈的推荐。
* **国际化：** 用户所在国家/地区和地区设置用于国际化。
* **支付和税务注册：** 最终用户将向以下对象提供其银行和税务信息：
  * 接收其奖励的付款。
  * 指示何时提交美国 W-9 税务表格。


---

# 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://help.impact.com/brand/zh/what-would-you-like-to-learn-about/advocate-program/getting-started-with-advocate/data-requirements-for-advocate-users.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.
