> 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/best-practices-for-referral-programs/convert-referrals-in-bulk-for-advocate.md).

# 批量将推荐转化为 Advocate

本指南展示如何手动提交推荐到 Advocate 计划的批量转化。

{% stepper %}
{% step %}

#### 准备您的数据

1. 使用下方提供的 *文件* *模板* 创建一个文件。
2. 使用 *字段参考* 。
3. 将你想要报告的任何可选参数追加为文件中的新列。
4. 将文件保存为 .CSV 格式，并使用一个易于识别的标题和日期（例如， `2020-01-01_ConversionData.csv`).

**文件模板**

```
CampaignId,EventTypeId,CustomerEmail,CustomerId,OrderId,EventDate,Amount
XXXXX,XXXXX,bob@example.com,bob@example.com,12345-6,2026-02-17T18:43:39Z,188.29
XXXXX,XXXXX,friend@example.com,friend@example.com,12345-7,2026-02-17T18:43:39Z,215.53
```

**字段参考**

| `CustomerId`    | 被推荐用户的电子邮件地址。                                                                                                               |
| --------------- | --------------------------------------------------------------------------------------------------------------------------- |
| `CustomerEmail` | 被推荐用户的电子邮件地址。                                                                                                               |
| `EventDate`     | 订单下单日期，采用 ISO 8601 格式（推荐），或添加 `NOW` 以使用当前日期。                                                                                |
| `OrderId`       | 唯一的订单标识符。                                                                                                                   |
| `金额`            | 订单总额。                                                                                                                       |
| `EventTypeId`   | 你的 5 位数事件类型 ID。                                                                                                             |
| `CampaignId`    | <p>该事件类型最初创建所在计划的 5 位数 ID。</p><ul><li>如果事件类型是在你的 Performance 计划中创建的，请使用 Performance 计划 ID。事件仍然会发送到你的 Advocate 计划。</li></ul> |
| {% endstep %}   |                                                                                                                             |

{% step %}

#### 通过电子邮件提交你的数据文件

1. 在右上角，选择 ![](/files/1cbb667ec4878308f24ec4acd13cbf03ede0bdfe) **\[用户资料] → 设置**.
2. 在 *跟踪* 部分下，选择 [**事件类型**](https://app.impact.com/secure/advertiser/tracking-settings/actiontracker/view-actiontracker-flow.ihtml).
3. 将鼠标悬停在事件类型上，选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多] → 查看 / 编辑**.
4. 选择 **退款处理**.
5. 选择 ![](/files/ab9a3d8dd653502900038f5f352bd3f23c771f2c) **Automate Returns Processing（高级）。**
6. 下方的 ![](/files/ab9a3d8dd653502900038f5f352bd3f23c771f2c) **将文件通过电子邮件发送到系统 SMTP 服务器** 并复制你的唯一电子邮件地址。
7. 使用任意电子邮件客户端，将附有事件数据文件的电子邮件发送到该唯一地址。
   * 只需在 `收件人：` 字段中包含该事件类型的专用电子邮件地址。如果您需要将此文件发送给其他人，请将他们添加到 `抄送：` 行中包含唯一电子邮件地址。
   * 您可以将主题字段和邮件正文留空。

<div data-with-frame="true"><figure><img src="/files/c311c75eec47884aa6b28833c7a92d1d4da641c4" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/advocate-program/best-practices-for-referral-programs/convert-referrals-in-bulk-for-advocate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
