> 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/network/mobile-attribution-integration/singular.md).

# Singular

To start the integration process one needs to fill out the Singular Partners Request form

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

Once the signup is completed successfully, fill in the Attribution Details in your Singular account by following the steps below.

1. Go to **Partner Integrations » Attribution »  Start**
2. Under **General**, select **"No, I'm not"** and fill out all the required details.

***

### Supported Macros

<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 Macro Name</strong></td><td><strong>Macro Identifier</strong></td><td><strong>Description</strong></td></tr><tr><td>Click ID</td><td>{tid}</td><td>Platform unique Click ID macro</td></tr><tr><td>Affiliate ID / Publisher ID</td><td>{aff_id}</td><td>Pass Affiliate ID in Attribution URL</td></tr><tr><td>Sub Affiliate ID</td><td>{sub_aff_id}</td><td>Pass Sub-Affiliate ID in Attribution URL</td></tr><tr><td>Campaign ID</td><td>{offerid}</td><td>Pass OfferID in Attribution URL <br>(required for iOS)</td></tr><tr><td>Campaign Name </td><td>{offername}</td><td>Pass Campaign Name in Attribution URL</td></tr><tr><td>Google Advertising ID</td><td>{googleaid}</td><td>Pass Google Advertising ID in Attribution URL</td></tr><tr><td>iOS Advertising ID</td><td>{iosidfa}</td><td>Pass iOS advertising ID in case of IOS Campaigns in Attribution URL</td></tr><tr><td>Device ID</td><td>{deviceid}</td><td>Pass Unique Device id in Attribution URL</td></tr><tr><td>Android ID</td><td>{androidid}</td><td>Pass Android ID in Attribution URL</td></tr></tbody></table>

***

### Supported Postbacks

#### **Install Postback**

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

#### Event Postback

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

***

**Complete tutorial - Singular Integration**

{% 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, and the optional `goal` query parameter:

```
GET https://knowledgebase.offer18.com/network/mobile-attribution-integration/singular.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.
