# 高级隐私回传

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

{% code overflow="wrap" %}

```
https://example.o18.click/p?privacy_postback=1&mid=0000&a={Site ID}&p_sub_aff_id={Sub site ID}&oid={Campaign ID}&p_country={Country code}&adv_sub7={Adset ID}&p_timestamp={Click Unix timestamp}&p_postbackid={Postback ID}&p_package={Bundle ID}
```

{% endcode %}

#### 应用内事件回传

{% code overflow="wrap" %}

```
https://example.o18.click/p?privacy_postback=1&mid=0000&a={Site ID}&p_sub_aff_id={Sub site ID}&oid={Campaign ID}&p_country={Country code}&adv_sub7={Adset ID}&p_timestamp={Click Unix timestamp}&p_postbackid={Postback ID}&event={Partner event ID}&adv_sub1={Event name}&p_package={Bundle ID}
```

{% endcode %}

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

参数 **\&privacy\_postback=1** 是必需的。

这两个参数将作为自定义参数添加。
{% endhint %}

<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>Offer18 参数</strong></td><td><strong>描述</strong></td></tr><tr><td>站点 ID</td><td>a</td><td>在 Offer18 中接收推广者 ID（必填字段）</td></tr><tr><td>子站点 ID</td><td>p_sub_aff_id</td><td>在 Offer18 中接收子推广者信息</td></tr><tr><td>活动 ID</td><td>oid</td><td>在 Offer18 中接收广告 ID（必填字段）</td></tr><tr><td>国家代码</td><td>p_country</td><td>在 Offer18 中接收转化国家</td></tr><tr><td>广告集 ID</td><td>adv_sub7</td><td>在 Offer18 中接收广告 ID、推广者 ID 和子来源数据</td></tr><tr><td>点击 Unix 时间戳</td><td>p_timestamp</td><td>在 Offer18 中接收点击发生的时间（UNIX 时间戳）</td></tr><tr><td>回传 ID</td><td>p_postbackid</td><td>在 Offer18 中接收回传的唯一动作 ID</td></tr><tr><td>合作伙伴事件 ID</td><td>event</td><td>在 Offer18 中接收合作伙伴事件标识符</td></tr><tr><td>事件名称</td><td>adv_sub1</td><td>在 Offer18 中接收广告主事件名称</td></tr><tr><td>Bundle ID</td><td>p_package</td><td>在 Offer18 中接收 Bundle ID</td></tr></tbody></table>

<figure><img src="/files/e77d2ce87aeb4ae98f36fd2a807c0057f286a143" alt=""><figcaption></figcaption></figure>

​​**示例 - iOS 活动的 AppsFlyer 跟踪链接**

{% code overflow="wrap" %}

```
https://app.appsflyer.com/{app_id}?pid=partner_int&af_siteid={aff_id}&c={offername}&af_sub_siteid={sub_aff_id}&af_c_id={offerid}&af_click_lookback=7d&clickid={tid}&advertising_id={googleaid}&idfa={iosidfa}&af_adset_id={offerid},{aff_id}|{aff_sub7}
```

{% endcode %}

在上例中 **\&af\_adset\_id** 是用于在概率归因中向广告主传递广告 ID、推广者 ID 和推广者数据的参数。​​​


---

# Agent Instructions: 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:

```
GET https://knowledgebase.offer18.com/zh/wang-luo/yi-dong-gui-yin-ji-cheng/appsflyer/gao-ji-yin-si-hui-chuan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
