# 非Click id归因回调对接

对于ios14更新后广告主无法回调click id、idfa等参数的情况，Hugoffers支持非Click id归因回调对接方式，**该方式与原本的回调方式兼容。**&#x20;

**实际运营操作注意：**

**一、Tracking link配置**

需要向广告主/appsflyer上传offer\_id、aff\_id、aff\_pub、tid四个参数

| Tracking Parameters | Type   | Description                                                                                |  Remark  |
| ------------------- | ------ | ------------------------------------------------------------------------------------------ | :------: |
| offer\_id           | String | ID of offer.                                                                               | required |
| aff\_id             | String | ID of publisher.                                                                           | required |
| aff\_pub            | String | Sub source id/sub id                                                                       | required |
| tid                 | String | The parameter automatically generated by Hugoffers.（Do not use the value uploaded by aff.） | required |

ps：**tid** 为hugoffers自动生成参数，不能使用下游上传的值。\
&#x20;与appflayer对接时需另外配置参数，例如：\
&#x20;\&af\_siteid={aff\_pub}\&af\_sub\_siteid={aff\_id}\&af\_ad\_id={offer\_id}\&af\_adset\_id={tid}

**二、回传链接配置**

&#x20;   使用非Click id归因回调对接方式，请勾选 Home-Advertiser页面对应广告主账号的Controller模块 **Conversion Without ClickId** 选项

因为广告主无法回传click id，回传链接中需要传递offer\_id、aff\_id、aff\_pub、tid四个参数（必传），缺一不可，系统根据回传的这四个值 ，找到本系统内部clickid，执行回传流程。

此时给到广告主的postback url示例：

<http://test.hopb0.com/notify/adv> id/?click\_id={广告主点击参数}\&offer\_id={广告主系统offerid参数}\&aff\_id={广告主系统渠道id参数}\&aff\_pub={广告主系统子渠道参数}\&tid={广告主系统高隐私模式参数}

给到使用appsflyer的广告主postback url示例：

Install Postback:

http\://{cid}.hopb0.com/notify/global/?click\_id={clickid}\&aff\_pub={af\_siteid}\&offer\_id={af\_ad\_id}\&aff\_id={af\_sub\_siteid}\&tid={af\_adset\_id}

Event Postback:

http\://{cid}.hopb0.com/event/global/?click\_id={clickid}&\&aff\_pub={af\_siteid}\&offer\_id={af\_ad\_id}\&aff\_id={af\_sub\_siteid}\&tid={af\_adset\_id}\&event={event\_name}\&data={event\_value}

即配置给到广告主的postback/callback链接中需要配置这4个参数。上一篇

**常见的第三方平台对接-Appsflyer、Adjust**

下一篇

**创建手动offer**

*


---

# 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://support.hugoffers.com/zhong-wen-shuo-ming-wen-dang/hugoffers-xiang-xi-shuo-ming-wen-dang/guang-gao-zhu-pian/chuang-jian-guang-gao-zhu-shuo-ming-wen-dang/fei-click-id-gui-yin-hui-tiao-dui-jie.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.
