> For the complete documentation index, see [llms.txt](https://growingio.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://growingio.gitbook.io/docs/product-manual/growing/ads/advance/export-log.md).

# 日志导出

一. 在顶部导航栏选择“**获客分析 > 广告监测”**，进入广告监测模块。

二. 在左侧导航栏选择“**高级设置 > 日志导出”**，进入日志导出任务列表页面。

![](/files/-LuFzUGd3C7qMcwCoZPm)

三. 单击页面上方的新建导出任务，弹出新建导出界面。

![](/files/-LuFxecdr2GoIgm1OUmv)

| 参数     | 说明                                                |
| ------ | ------------------------------------------------- |
| 任务名称   | 日志导出任务名称，由中文、英文、短横线（-）、下划线（\_）、斜杠（/）组成，长度小于50个字符。 |
| 选择应用   | 选择需要导出的应用，只支持选择移动端应用。                             |
| 时间范围   | 日志导出时间范围最远为过去90天，每次导出任务的连续时间不能超过35天。              |
| 选择事件   | <ul><li>激活</li><li>点击</li></ul>                   |
| 选择导出范围 | 从渠道、活动、监测链接三个维度过滤导出范围。                            |

四. 配置导出参数，单击保存。

**日志下载：**&#x4EFB;务创建成功后，4 小时内系统会给出结果文件，单击单条任务右侧的 <img src="/files/-LuG-X7I1FVWznAeg6wn" alt="" data-size="line"> 下载该文件即可。

{% hint style="success" %}
**日志文件说明**

导出的数据为日志数据，包含激活设备号，UA，IP，时间戳相关信息，同时如果是通过推广带来的激活，携带其链接，活动，渠道信息。
{% 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://growingio.gitbook.io/docs/product-manual/growing/ads/advance/export-log.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.
