> 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/submit-and-modify-conversion-data/batch-modify-conversion-data/mobile-specific-parameters-for-ftp-or-email-conversion-reporting.md).

# 用于 FTP 或电子邮件转化报告的移动端专用参数

<a href="https://pxa.impact.com/student/activity/1117597?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=tra-350&#x26;utm_campaign=help-center" class="button primary">参加 PXA 课程</a>

在移动应用中发生的转化可以像标准网页转化一样，通过 FTP 或电子邮件以 CSV 文件的形式提交到 impact.com。本文将向您展示如何在 impact.com 中查找您的移动应用标识符——在创建 CSV 文件时会用到它们，以及可以包含在该文件中的移动专用参数。

与标准网页转化报告相比，主要区别在于获取 *系统 App ID* 和 *事件代码* 来自 impact.com 平台的值——在提交由您的移动应用跟踪的转化时需要这些值。 *系统 App ID* 该值作为 `ActionTrackerID` 值提交到您的 CSV 文件中。

impact.com 建议在可用时提交这些移动专用参数——它们有助于实现更准确的归因，并扩展报告中可用的数据。

#### 查找您的 System App ID 和 Event Code 值

1. 从顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 在右侧列中，在 *跟踪*，选择 **移动应用**.

   * 请记下 *系统 App ID* 列中您的移动应用对应的值。这些值会以 `ActionTrackerId` 在您的 CSV 文件中。

   <div data-with-frame="true"><figure><img src="/files/142d1722a28c440c8b04b81f42b85a37c419acfe" alt="" width="563"><figcaption></figcaption></figure></div>
3. 将鼠标悬停在该应用上，然后选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** **→ 管理事件**.
   * 请记下 *事件代码* 列。这些值会以 `EventCode` 在您的 CSV 文件中。

#### 移动专用参数

{% hint style="info" %}
**注意：** 下列参数 *是对* 提交转化的标准参数（例如， `ClickId`, `CustomerId`）的补充。另请参阅 [通过 FTP 或电子邮件提交转化数据](/brand/zh/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/submit-conversion-data/submit-conversion-data-via-ftp-or-email.md) ，以了解有关创建 CSV 文件并将其提交到 impact.com 的流程的更多信息。
{% endhint %}

<details>

<summary>参数参考表</summary>

| **参数**          | 必填/可选              | 说明                                                                                                   |
| --------------- | ------------------ | ---------------------------------------------------------------------------------------------------- |
| `EventCode`     | **提交移动转化时必填**      | 用于标识您希望报告的、在移动应用中发生的事件的自定义标识符（例如， `INSTALL`).                                                        |
| `GoogleAid`     | **必填，除非提供了其他归因来源** | 与客户发生转化时所使用的移动设备相关联的 Google Advertising ID。用于归因目的。通常仅适用于 Android 应用内转化。                              |
| `AppleIfa`      | **必填，除非提供了其他归因来源** | 与客户发生转化时所使用的移动设备相关联的 Apple ID for Advertising（IDFA）。用于归因目的。通常仅适用于 iOS 应用内转化。                         |
| `AppleIfv`      | **必填，除非提供了其他归因来源** | 与客户发生转化时所使用的移动设备相关联的 Apple ID for Vendors（IDFV）。用于归因目的。通常仅适用于 iOS 应用内转化。                             |
| `AppPackage`    | 可选                 | 用户安装的移动应用的软件包名称。                                                                                     |
| `AppVer`        | 可选                 | 移动应用版本。仅适用于移动转化。                                                                                     |
| `AppInstallRef` | 可选                 | 仅适用于 Android 转化。应用安装时从 Google Play 商店传递的安装来源参数。通常，来自 impact.com 跟踪链接传递的值将是 `clickid={clickidvalue}`. |
| `DeviceMfr`     | 可选                 | 主要用于移动应用内转化，这是用户发生转化时所使用设备的制造商。                                                                      |
| `DeviceModel`   | 可选                 | 用户发生转化时所使用设备的型号。如果转化是通过网页完成的，则该值会根据传递的用户代理自动确定。                                                      |
| `DeviceCarrier` | 可选                 | 移动设备的运营商。                                                                                            |
| `DeviceOs`      | 可选                 | 移动设备的操作系统。                                                                                           |
| `DeviceOsVer`   | 可选                 | 可选。                                                                                                  |

</details>

#### 示例 CSV

```programlisting
CampaignId,ActiontrackerID,EventCode,EventDate,OrderId,ClickId,Amount,Category,Sku,Quantity,AppleIfa,AppleIfv,AppPackage,AppVer,DeviceModel,DeviceOsVer
1000,8882,INSTALL,2038-01-19T03:14:07-00:00,T52324111211,QiiWXOVnrQ3SQHl24jQjyxBGUkmzfJ3i1VHrWM0,0,,,1,EA7583CD-A667-48BC-B806-42ECB2B48606,EA7583CD-A667-48BC-B806-42ECB2B48607,com.example.myapp,10.0.1,iPhone 12,14.4
```


---

# 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/submit-and-modify-conversion-data/batch-modify-conversion-data/mobile-specific-parameters-for-ftp-or-email-conversion-reporting.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.
