> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/zh/wang-luo/yi-dong-gui-yin-ji-cheng/appsflyer/appsflyer-biao-zhun-postback.md).

# AppsFlyer 普通回传

#### **安装 回传**

```
https://example.o18.click/p?m=0000&tid={clickid}
```

#### 应用内事件回传

```
https://example.o18.click/p?m=0000&event={partner_event_identifier}&tid={clickid}&payout={revenue_amount}
```

{% hint style="warning" %}
该 &**m=** 值会因每个合作伙伴账户而异。

此参数将作为自定义参数添加。
{% endhint %}

**普通回传相关参数**&#x20;

<table data-header-hidden><thead><tr><th></th><th width="150"></th><th></th></tr></thead><tbody><tr><td><strong>AppsFlyer 宏</strong></td><td><strong>参数标识符</strong></td><td><strong>描述</strong></td></tr><tr><td>点击 ID</td><td>tid</td><td>平台唯一点击 ID 宏。该宏在归因 URL 中发送</td></tr><tr><td>事件收入</td><td>支付金额</td><td>归因于在 AppsFlyer 中跟踪的事件</td></tr><tr><td>合作伙伴事件 ID</td><td>event</td><td>包括安装和被归因事件在内的所有转化的收入</td></tr></tbody></table>

<figure><img src="/files/296e0ce4c4ebfad6f7ba9af7d0ab6365291e5d7a" alt=""><figcaption></figcaption></figure>


---

# 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://knowledgebase.offer18.com/zh/wang-luo/yi-dong-gui-yin-ji-cheng/appsflyer/appsflyer-biao-zhun-postback.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.
