# Adjust

#### Fill out Adjust Partner onboarding form

{% embed url="<https://help.adjust.com/en/partner/encoding-tool>" %}

#### Offer URL

```
https://app.adjust.com/abc345?campaign={offername}&adgroup={aff_id}&creative={aff_sub3}
```

Tracking URL Macros

| **Adjust Parameters** | **Offer18 Macros** |
| --------------------- | ------------------ |
| adgroup               | {aff\_id}          |
| campaign              | {offername}        |
| creative              | {aff\_sub3}        |
| gps\_adid             | {googleaid}        |
| idfa                  | {iosidfa}          |
| android\_id           | {androidid}        |

#### **Install Postback**

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

#### Event Postback

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

{% hint style="info" %}
event\_token will be the alphanumeric value of Event which will be used in the "Token" field(Event)
{% endhint %}

<figure><img src="/files/zJfAkogJDhbMAbmF1kAJ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Create Offer using **Generated URL**
{% endhint %}

\
More Adjust placeholders

{% embed url="<https://help.adjust.com/en/partner/placeholders>" %}


---

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