> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/zh/wang-luo/yi-dong-gui-yin-ji-cheng/singular.md).

# Singular

开始集成流程时，需要填写 Singular 合作伙伴申请表

{% embed url="<https://app.singular.net/react/unified-signup/#/react/unified-signup>" %}

注册成功完成后，请按照以下步骤在你的 Singular 账户中填写归因详情。

1. 前往 **合作伙伴集成 » 归因 » 开始**
2. 在 **常规**下，选择 **“否，我不是”** 并填写所有必填详情。

***

### 支持的宏

<table data-header-hidden><thead><tr><th width="243.0855502732195"></th><th width="150"></th><th width="319.49514567824684"></th></tr></thead><tbody><tr><td><strong>Offer18 宏名称</strong></td><td><strong>宏标识符</strong></td><td><strong>说明</strong></td></tr><tr><td>点击 ID</td><td>{tid}</td><td>平台唯一 Click ID 宏</td></tr><tr><td>联盟 ID / 发布商 ID</td><td>{aff_id}</td><td>在归因 URL 中传递联盟 ID</td></tr><tr><td>子联盟 ID</td><td>{sub_aff_id}</td><td>在归因 URL 中传递子联盟 ID</td></tr><tr><td>活动 ID</td><td>{offerid}</td><td>在归因 URL 中传递 OfferID<br>（iOS 需要）</td></tr><tr><td>活动名称 </td><td>{offername}</td><td>在归因 URL 中传递活动名称</td></tr><tr><td>Google 广告 ID</td><td>{googleaid}</td><td>在归因 URL 中传递 Google 广告 ID</td></tr><tr><td>iOS 广告 ID</td><td>{iosidfa}</td><td>在 iOS 活动的情况下，在归因 URL 中传递 iOS 广告 ID</td></tr><tr><td>设备 ID</td><td>{deviceid}</td><td>在归因 URL 中传递唯一设备 ID</td></tr><tr><td>Android ID</td><td>{androidid}</td><td>在归因 URL 中传递 Android ID</td></tr></tbody></table>

***

### 支持的回传

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

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

#### 事件回传

```
https://example.o18.click/p?m=0000&event={partner_event_identifier}&tid={clickid}&payout={revenue_amount}
```

***

**完成教程 - Singular 集成**

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


---

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

```
GET https://knowledgebase.offer18.com/zh/wang-luo/yi-dong-gui-yin-ji-cheng/singular.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.
