# Kochava

#### 1. Fill Kochava Partner onboarding form

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

#### 2. Enter the following details and Submit

***

### Clicks & Impression Macros

Add Offer18 macros in fields as

| **Kochava Parameters** | **Offer18 Macros** |
| ---------------------- | ------------------ |
| 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" %}
In the case of Impressions, one needs to select "No" in the field "Source of Impressions" for the Server
{% endhint %}

***

### Postbacks

In the case of Offer18, add the following details as

1. Enter "Offer18" under the "Platform" field.
2. Select "Get" in the "GET/POST" field.
3. Enter "URL" under the "JSON/URL" field.
4. Select "No" in the "can\_claim (Y/N)" field.
5. Add Postback URL under the "Endpoint" field.
6. Enter "message: success" under the "Success Response" field.

{% hint style="info" %}
In case of event postback, one must add "event\_name" as "\&event" in the Event Parameter Mapping table
{% endhint %}

#### **Install Postback**

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

#### Event Postback

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

***

### Postback Macros

| **Kochava Macros** | **Offer18 Receiving Parameters** |
| ------------------ | -------------------------------- |
| {click\_id}        | \&tid                            |
| {event\_name}      | \&event                          |
| {revenue}          | \&payout                         |

***

**Complete tutorial - Kochava Integration**

{% 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/network/mobile-attribution-integration/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.
