> 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/pt/rede/integracao-de-atribuicao-mobile/singular.md).

# Singular

Para iniciar o processo de integração, é necessário preencher o formulário de Solicitação de Parceiros da Singular

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

Assim que o cadastro for concluído com sucesso, preencha os Detalhes de Atribuição na sua conta da Singular seguindo as etapas abaixo.

1. Acesse **Integrações de Parceiros » Atribuição » Iniciar**
2. Em **Geral**, selecione **"Não, eu não sou"** e preencha todos os detalhes obrigatórios.

***

### Macros suportadas

<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>Nome da macro Offer18</strong></td><td><strong>Identificador da macro</strong></td><td><strong>Descrição</strong></td></tr><tr><td>ID de clique</td><td>{tid}</td><td>Macro exclusiva de ID de clique da plataforma</td></tr><tr><td>ID do afiliado / ID do publisher</td><td>{aff_id}</td><td>Passe o ID do afiliado na URL de atribuição</td></tr><tr><td>ID do subafiliado</td><td>{sub_aff_id}</td><td>Passe o ID do subafiliado na URL de atribuição</td></tr><tr><td>ID da campanha</td><td>{offerid}</td><td>Passe o OfferID na URL de atribuição <br>(obrigatório para iOS)</td></tr><tr><td>Nome da campanha </td><td>{offername}</td><td>Passe o nome da campanha na URL de atribuição</td></tr><tr><td>ID de publicidade do Google</td><td>{googleaid}</td><td>Passe o ID de publicidade do Google na URL de atribuição</td></tr><tr><td>ID de publicidade do iOS</td><td>{iosidfa}</td><td>Passe o ID de publicidade do iOS no caso de campanhas de iOS na URL de atribuição</td></tr><tr><td>ID do dispositivo</td><td>{deviceid}</td><td>Passe o ID exclusivo do dispositivo na URL de atribuição</td></tr><tr><td>ID do Android</td><td>{androidid}</td><td>Passe o ID do Android na URL de atribuição</td></tr></tbody></table>

***

### Postbacks suportados

#### **Postback de instalação**

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

#### Postback de evento

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

***

**Concluir tutorial - Integração com a 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, and the optional `goal` query parameter:

```
GET https://knowledgebase.offer18.com/pt/rede/integracao-de-atribuicao-mobile/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.
