# 回传集成

**转到 快捷方式 » 回传(Postback)**

<div data-full-width="false"><figure><img src="/files/3b63525f7370723a8874196d46e8933600b5fb37" alt=""><figcaption></figcaption></figure></div>

* Offer18 会自动生成一个标准的全局回传 URL。
* 在此部分可以为特定的优惠/广告主生成回传。

***

### 全局回传 **(S2S)**&#x20;

{% hint style="info" %}
建议 Offer18 用户与广告主合作伙伴协调，确保所有参数和宏正确实现。
{% endhint %}

示例优惠 URL &#x20;

```
https://example.o18.click/c?o=000&a=0000&aff_click_id={tid}
```

\
**示例全局回传 (S2S)**&#x20;

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

***

### 图片像素

图片像素集成完全依赖于浏览器的 Cookie。

{% hint style="info" %}
当配置图片像素时，不需要包含 \&tid= 参数。
{% endhint %}

**示例图片像素**

```
<img src="https://example.o18.click/p?m=0000&t=i&gb=1" width="0px" height="0px">
```

***

### iframe 像素

iframe 像素集成完全依赖于浏览器的 Cookie。&#x20;

{% hint style="info" %}
当配置 iframe 像素时，不需要包含 \&tid= 参数。
{% endhint %}

**示例 iframe 像素**

{% code overflow="wrap" %}

```
<iframe src="https://example.o18.click/p?m=0000&t=f&gb=1" width="0px" height="0px"></iframe>
```

{% endcode %}

***

#### **回传宏列表**

<table data-header-hidden><thead><tr><th width="213.78571428571428">宏名称</th><th width="206.18978837756129">回传中的参数</th><th width="315.2">描述</th></tr></thead><tbody><tr><td><strong>宏名称</strong></td><td><strong>参数</strong> </td><td><strong>描述</strong></td></tr><tr><td>TID</td><td>tid</td><td>用于接收在优惠 URL 中传递的唯一点击 ID 值</td></tr><tr><td>事件</td><td>event</td><td>用于接收事件值（安装、注册等）  </td></tr><tr><td>广告主子参数1 (Adv Sub1) <strong>-</strong> 广告主子参数5 (Adv Sub5)</td><td>adv_sub1 <strong>-</strong> adv_sub5</td><td>从广告主接收附加值 </td></tr><tr><td>销售</td><td>sale</td><td>建议用于按销售分成(CPS) 活动（&#x26;sale=000）</td></tr><tr><td>支出/付费</td><td>支付金额</td><td>建议用于按动作付费(CPA) 活动（&#x26;payout=000）</td></tr><tr><td>货币</td><td>currency</td><td><p>三位货币代码</p><p><span data-gb-custom-inline data-tag="emoji" data-code="1f517">🔗</span><a href="/pages/d9d4155c600d0d3d7c6df1cd9f8ebac54fafa4a3#currency"> 查看货币</a></p></td></tr></tbody></table>

***

### **Google 标签管理器**

当客户希望通过放置一个 像素通过 Google 标签管理器时。建议使用用户账户中可用的 Google 标签管理器模板

**示例 GTM 回传**

```
https://example.o18.click/p?m=0000&t=i&gb=1
```

{% file src="/files/f910cb1b276bde99aa908ba3c08b6c7fb3dd06cb" %}

***

视频教程 - 如何配置 Google 标签管理器模板。

{% embed url="<https://www.youtube.com/watch?v=HoxeaniVsgM>" %}


---

# 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/hui-chuan-ji-cheng.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.
