> 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/partner/zh/nin-xiang-liao-jie-shen-me/platform-features/reporting-for-partners/report-management/schedule-a-report-as-a-partner.md).

# 以合作伙伴身份安排报告

您可以设置计划时间来运行任意报告，并将其发送到您的电子邮件收件箱、FTP 服务器或托管 SFTP。

1. 在顶部导航栏中，选择 **报告 → 更多报告**.
2. 选择您要安排的报告。
3. 在右上角，选择 ![](/files/04176ec894848e5d12cd9310179a889522356593) **\[计划]**.
4. 设置报告的设置。
   * 您希望报告生成的频率。
   * 报告的格式。可在 Excel、CSV 或 PDF 之间选择。
   * 您希望报告发送到哪里。可在以下方式之间选择 *合作伙伴 FTP*, *电子邮件* 或 *托管 SFTP*。请参阅下面的选项卡，了解每种交付方式的说明。
5. 选择 **安排并发送**.

   <div data-with-frame="true"><figure><img src="/files/3b08d46c3c729308d1b97e2bca1f524f46b428f2" alt="" width="563"><figcaption></figcaption></figure></div>

{% tabs %}
{% tab title="合作伙伴 FTP" %}
如果您选择通过 FTP 发送报告，则会向您的 FTP 服务器发送一个文件夹，您随后可以在其中访问报告。

| 交付方式字段       | 说明                                                        |
| ------------ | --------------------------------------------------------- |
| 服务器 URL      | 选择您希望接收 FTP 文件的服务器协议（FTP、SFTP 或 FTPS），然后输入您的服务器 URL。      |
| 目录           | 如果您有希望报告放置到的特定目录，请在此注明（例如，/impact/reports/）。              |
| 端口           | 指定服务器用于监听新控制连接的端口。端口 21 通常用于非安全和显式安全连接。端口 990 通常用于隐式安全连接。 |
| 用户名          | 输入 impact.com 用于登录 FTP 服务器的用户名。                           |
| 密码           | 输入 impact.com 用于登录 FTP 服务器的密码。                            |
| {% endtab %} |                                                           |

{% tab title="电子邮件" %}
如果您选择通过电子邮件发送报告，则报告将上传到 Google Cloud，您将收到一封包含报告链接的电子邮件。

| 交付方式字段       | 说明                                                                          |
| ------------ | --------------------------------------------------------------------------- |
| 发送至          | 创建一个包含您希望接收此报告的电子邮件地址的 CSV 文件。选择 **发送给我** 即可将报告发送到与您的 impact.com 账户关联的电子邮件。 |
| 主题           | 输入电子邮件主题行。                                                                  |
| 电子邮件正文       | 输入纯文本消息。                                                                    |
| {% endtab %} |                                                                             |

{% tab title="托管 SFTP" %}
如果您选择 **托管 SFTP**，文件将发送到托管位置供您使用。

{% hint style="warning" %}
**重要：** 报告应选择为 *类型* 当 [创建下载连接时](/partner/zh/nin-xiang-liao-jie-shen-me/account-management/account-settings/create-and-manage-connections-for-partners.md) 以使用 SFTP 交付方式。如果您没有看到此选项， [联系支持](https://app.impact.com/support/portal.ihtml?createTicket=true&) 请启用它。
{% endhint %}

连接到托管 SFTP 时，您可以使用现有连接，或通过选择以下选项创建新连接： **创建新的...** 并填写以下字段：

| 交付方式字段        | 说明                                                                                                    |
| ------------- | ----------------------------------------------------------------------------------------------------- |
| 连接用户          | 选择现有用户，或创建一个新用户用于连接。                                                                                  |
| 显示名称          | 输入要显示的名称。                                                                                             |
| 公钥            | ![](/files/5dbf21c4329d43c5852327d551195b0d5508a882) **\[开启]** 以输入公钥。如果您未输入公钥，系统将为您生成一个密码，并在创建新连接时显示。 |
| 连接名称          | 输入连接名称。                                                                                               |
| {% endtab %}  |                                                                                                       |
| {% endtabs %} |                                                                                                       |

#### 管理计划报告

1. 在顶部导航栏中，选择 **报告 → 计划报告**.
2. 导航到您要编辑的计划报告并选择 ![](/files/a9517a60946f0f86dabf7c2dbae09cb519d9f0b7) **\[下拉菜单]** 在……下的 *动作* 列中选择发票编号。
3. 更改交付设置和报告内容、暂停报告生成、删除报告计划设置，或立即运行报告。


---

# 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/partner/zh/nin-xiang-liao-jie-shen-me/platform-features/reporting-for-partners/report-management/schedule-a-report-as-a-partner.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.
