> For the complete documentation index, see [llms.txt](https://support.hugoffers.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hugoffers.com/zhong-wen-shuo-ming-wen-dang/hugoffers-xiang-xi-shuo-ming-wen-dang/gao-jie-yun-ying-pian/impression-pei-zhi-shuo-ming.md).

# Impression配置说明

HugOffers目前支持Impression Tracking

一、整体流程

渠道通过impression\_link发送请求，系统获取并记录参数信息，再向广告主发送请求。

(一)Impression Tracking URL

根据Offer类型的不同，系统仍支持两种方式获取Impression Tracking URL。

1.手工录入

在创建Offer时输入Impression Tracking URL。

![](https://hugoffers-support.intercom-attachments-7.com/i/o/145889469/0e53a1c2e8382ada304ee682/0)

2\. 通过API获取

通过API的方式获取，**需要广告主的API中包含Impression Link**。

完成对接后，系统拉取到包含Impression Link的Offer信息，在Offer Detail页面的Tracking URL中可以找到并编辑Impression Tracking URL。

![](https://hugoffers-support.intercom-attachments-7.com/i/o/145889474/77aeca8dfd2a31fcc59ddc84/0)

(二)Advertiser Impression URL Format

和Click URL一样，Imperssion URL也可以获取除了渠道ID和Offer ID以外的其他信息，只需要加上相应的参数即可。&#x20;

在Advertisers找到Tracking Format，勾选Impression，配置Impression URL Format，系统会自动拼接在Impression Tracking URL的末尾。

![](https://hugoffers-support.intercom-attachments-7.com/i/o/145889483/1695e540c819b9e0e147a117/0)

(三)Affiliate Impression Tracking      &#x20;

Hugoffers给渠道的Impression URL格式通常为：

[https://](http://user_cancel/){[c](http://user_cancel/)id}[.hoimp0.com/imp?offer\_id=](http://user_cancel/){offer\_id}\&aff\_id={aff\_id}\&aff\_sub={click\_id}\&aff\_pub={source}\&advertising\_id={advertising\_id}\&idfa={idfa}

渠道通过API拉取Offer时，Offer Feed Url中提供了impression\_link字段。

&#x20;  &#x20;

![](https://hugoffers-support.intercom-attachments-7.com/i/o/145889488/4875af58901d990ff7530ee9/0)

![](https://hugoffers-support.intercom-attachments-7.com/i/o/145889490/cc878aa5beb31355c587604d/0)

(四)Overview统计数据显示

![](https://hugoffers-support.intercom-attachments-7.com/i/o/145889496/35b487116b67497273d4459e/0)

**总结如下**

Advertiser

1. 提供impression链接或者API 接口支持impression 字段；
2. 配置impression tracking format。

Affiliates

1）按照offer格式直接获取该offer impression链接，或通过HugOffers API参数impression\_link获取；

2）按URL格式传递需要的参数。如：

在跳转测试中返回success，即代表系统成功接收。

![](https://hugoffers-support.intercom-attachments-7.com/i/o/145889502/66150f74349474c558b45dc1/0)

ChangeLog

建立者：Suzie

建立时间：2019年6月12日


---

# 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://support.hugoffers.com/zhong-wen-shuo-ming-wen-dang/hugoffers-xiang-xi-shuo-ming-wen-dang/gao-jie-yun-ying-pian/impression-pei-zhi-shuo-ming.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.
