> 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/platform-features/multi-program-reports/data-lab-custom-reports/download-a-custom-report.md).

# 下载自定义报告

自定义报告可让你提取所需的准确数据；一旦你创建好一个报告，通常会希望将其保存或在平台外共享。本指南将带你了解如何从“报告”部分下载自定义报告，包括如何为其筛选，以及如何选择你偏好的文件格式（CSV、Excel 或 PDF）。

1. 在左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **报告 →** [**更多报告**](https://app.impact.com/secure/advertiser/engage/fr/all_reports.ihtml).
2. 选择 **类别** 并筛选 **Data Lab 创建** ![](/files/48509e0f0c9ae68203294f8aae7777211a4315e1) **\[未选中的复选框]**.
3. **找到并选择** 你的自定义报告。
   * 如果你已将该报告固定，选择 **报告 → 自定义 →** 你的自定义报告。
4. 在右上角，选择 ![](/files/ba104cda0814344f58f12e2ae83bfd5d235a640a) **\[下载]**.
5. 选择 **格式** （CSV、Excel 或 PDF），你希望以该格式下载报告。
   * 该报告将下载到浏览器的默认下载文件夹。

{% hint style="warning" %}
**重要：** 将报告下载为 PDF 时，仅包含可见页面的数据——这是 PDF 格式本身的限制。若需完整的报告数据，请改为下载 CSV 或 Excel 格式。
{% endhint %}


---

# 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/platform-features/multi-program-reports/data-lab-custom-reports/download-a-custom-report.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.
