# 概率归因

在 iOS 14 更新中，Apple 引入了新的隐私功能，旨在保护用户的个人信息，使广告商更难准确监测用户行为并归因转化。

但是，通过对一长串重定向使用概率归因，我们仍然可以在遵守 Apple 政策的同时准确衡量广告活动的效果。为实现此解决方案，我们建议在 Offer18 中添加一个联盟隐私回传，这将允许我们在不泄露用户隐私的情况下将转化数据回传给您。

### 概率归因中的点击流程（示例）

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

### 概率归因中的转化流程（示例）

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

### **广告主的实施方式** <a href="#implementation-for-a-dvertiser" id="implementation-for-a-dvertiser"></a>

使用广告主提供的跟踪链接创建一个 offer。与广告主确认用于接收 offer ID 和 affiliate ID 的参数。添加 **{offerid},{aff\_id}|{aff\_sub7}** 到广告主提供的参数中。

{% hint style="info" %}
广告主将在 **\&adv\_sub7** 参数中在回传（Postback）里传递您的 Offer ID、Affiliate ID 和子来源数据
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><br><strong>{offerid}</strong></td><td>用于传递 Offer ID 的宏</td><td></td></tr><tr><td>​<br><strong>{aff_id}</strong></td><td>用于传递 Affiliate ID 的宏</td><td></td></tr><tr><td><br><strong>{aff_sub7}</strong></td><td>用于传递 Affiliate 数据的宏</td><td></td></tr></tbody></table>

### **联盟方的实施方式** <a href="#implementation-for-affiliate" id="implementation-for-affiliate"></a>

在 **\&aff\_sub7** 参数中从联盟方的联盟跟踪链接接收 offer ID 和 affiliate ID。 &#x20;

{% code title="跟踪链接" %}

```
https://example.o18.click/c?o=000&m=0000&a=00&aff_sub7={offerid},{aff_id}|{aff_sub7}
```

{% endcode %}

\
**联盟隐私回传**&#x20;

添加 **{adv\_sub7}** 到回传中作为联盟方提供的参数。

{% code title="隐私回传" overflow="wrap" %}

```
https://example.o18.click/p?privacy_postback=1&mid=0000&adv_sub7={adv_sub7}
```

{% endcode %}

在上例中 **{adv\_sub7}** 是用于向联盟方传递 offer ID、affiliate ID 的令牌。

要保存隐私回传，用户必须按照下列步骤操作

* 进入 Affiliates » Affiliates Postback &#x20;
* 点击 添加全局回传 / 添加 Offer 回传
* 在 “Integration Type”（集成类型）中选择 “Privacy Postback”（隐私回传）
* 在 “Postback URL”（回传 URL）中添加回传 URL&#x20;
* 转到 “**+ 添加回传**"

### 来自广告主的附加值

Offer18 管理员可以在隐私回传中从您的广告主处接收以下附加值

* p\_country
* p\_timestamp
* p\_postbackid
* p\_package


---

# 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/gailgui-yin.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.
