# Kochava

#### 1. Заполните форму подключения партнера Kochava

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

#### 2. Введите следующие данные и отправьте

***

### Макросы кликов и показов

Добавьте макросы Offer18 в поля как

| **Параметры Kochava** | **Макросы 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» в поле «Source of Impressions» для сервера
{% endhint %}

***

### Постбеки

В случае Offer18 добавьте следующие данные как

1. В поле «Platform» введите «Offer18».
2. В поле «GET/POST» выберите «Get».
3. В поле «JSON/URL» введите «URL».
4. В поле «can\_claim (Y/N)» выберите «No».
5. Добавьте URL постбека в поле «Endpoint».
6. В поле «Success Response» введите «message: success».

{% hint style="info" %}
В случае event postback необходимо добавить «event\_name» как «\&event» в таблице сопоставления параметров события
{% endhint %}

#### **Постбек установки**

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

#### Постбек события

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

***

### Макросы постбека

| **Макросы Kochava** | **Параметры передачи Offer18** |
| ------------------- | ------------------------------ |
| {click\_id}         | \&tid                          |
| {event\_name}       | \&event                        |
| {revenue}           | \&payout                       |

***

**Полное руководство - интеграция Kochava**

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


---

# Agent Instructions: 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/ru/set/integraciya-mobilnoi-atribucii/kochava.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.
