> 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/kochava.md).

# Kochava

#### 1. Preencha o formulário de integração de parceiro da Kochava

{% embed url="<https://console.support.kochava.com/articles/reference-information/7248-integrate-with-kochava-as-a-networkpublisher>" %}

#### 2. Insira os seguintes detalhes e envie

***

### Macros de Cliques e Impressões

Adicione as macros da Offer18 nos campos como

| **Parâmetros da Kochava** | **Macros da Offer18** |
| ------------------------- | --------------------- |
| IDFA                      | {iosidfa}             |
| ADID                      | {googleaid}           |
| ip\_address               | {ip}                  |
| device\_ua                | {useragent}           |
| site\_id                  | {aff\_id}             |
| sub\_site\_id             | {sub\_aff\_id}        |
| creative\_id              | {aff\_sub3}           |
| click\_id                 | {tid}                 |
| impression\_id            | {iid}                 |

{% hint style="info" %}
No caso de Impressões, é necessário selecionar "No" no campo "Source of Impressions" para o Servidor
{% endhint %}

***

### Postbacks

No caso da Offer18, adicione os seguintes detalhes como

1. Insira "Offer18" no campo "Platform".
2. Selecione "Get" no campo "GET/POST".
3. Insira "URL" no campo "JSON/URL".
4. Selecione "No" no campo "can\_claim (Y/N)".
5. Adicione a URL de Postback no campo "Endpoint".
6. Insira "message: success" no campo "Success Response".

{% hint style="info" %}
No caso de postback de evento, deve-se adicionar "event\_name" como "\&event" na tabela de Mapeamento de Parâmetros de Evento
{% endhint %}

#### **Postback de Instalação**

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

#### Postback de Evento

```
https://example.o18.click/p?m=0000&event={event_name}&tid={click_id}&payout={revenue}
```

***

### Macros de Postback

| **Macros da Kochava** | **Parâmetros Recebidos pela Offer18** |
| --------------------- | ------------------------------------- |
| {click\_id}           | \&tid                                 |
| {event\_name}         | \&event                               |
| {revenue}             | \&payout                              |

***

**Tutorial completo - Integração Kochava**

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


---

# 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/kochava.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.
