> 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/es/red/integracion-de-atribucion-movil/singular.md).

# Singular

Para iniciar el proceso de integración, es necesario completar el formulario de Solicitud de Socios de Singular

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

Una vez que el registro se haya completado correctamente, completa los detalles de atribución en tu cuenta de Singular siguiendo los pasos a continuación.

1. Ve a **Integraciones de socios » Atribución » Iniciar**
2. En **General**, selecciona **"No, no lo soy"** y completa todos los detalles requeridos.

***

### Macros compatibles

<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>Nombre de la macro de Offer18</strong></td><td><strong>Identificador de macro</strong></td><td><strong>Descripción</strong></td></tr><tr><td>ID de clic</td><td>{tid}</td><td>Macro de ID de clic único de la plataforma</td></tr><tr><td>ID de afiliado / ID de editor</td><td>{aff_id}</td><td>Pasa el ID de afiliado en la URL de atribución</td></tr><tr><td>ID de subafiliado</td><td>{sub_aff_id}</td><td>Pasa el ID de subafiliado en la URL de atribución</td></tr><tr><td>ID de campaña</td><td>{offerid}</td><td>Pasa OfferID en la URL de atribución <br>(obligatorio para iOS)</td></tr><tr><td>Nombre de la campaña </td><td>{offername}</td><td>Pasa el nombre de la campaña en la URL de atribución</td></tr><tr><td>ID de publicidad de Google</td><td>{googleaid}</td><td>Pasa el ID de publicidad de Google en la URL de atribución</td></tr><tr><td>ID de publicidad de iOS</td><td>{iosidfa}</td><td>Pasa el ID de publicidad de iOS en el caso de campañas de iOS en la URL de atribución</td></tr><tr><td>ID del dispositivo</td><td>{deviceid}</td><td>Pasa el ID único del dispositivo en la URL de atribución</td></tr><tr><td>ID de Android</td><td>{androidid}</td><td>Pasa el ID de Android en la URL de atribución</td></tr></tbody></table>

***

### Postbacks compatibles

#### **Postback de instalación**

```
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}
```

***

**Completa el tutorial - Integración de 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/es/red/integracion-de-atribucion-movil/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.
