> 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/ru/set/offery/kupony.md).

# Купоны

Отслеживание купонов в Offer18 позволяет вам контролировать, насколько эффективны ваши промокоды в разных маркетинговых кампаниях. Вы можете назначать различные типы кодов разным оферам, что позволяет отслеживать использование кодов и выявлять, какие оферы приносят наибольшее количество конверсий.

### Создать купон

Чтобы настроить купон для партнёра и офера, необходимо выполнить следующие шаги

1. **Перейдите в Offers » Coupons**<br>

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

2. **Перейдите к "+ Create Coupon"**

<table data-header-hidden><thead><tr><th width="252"></th><th></th></tr></thead><tbody><tr><td><strong>Название поля</strong></td><td><strong>Описание</strong></td></tr><tr><td>Код купона</td><td>Поместите здесь значение купона/промокод, полученный от рекламодателя.</td></tr><tr><td>ID оффера</td><td>Выберите ID оффера</td></tr><tr><td>Дата начала</td><td>Установите дату начала действия купона</td></tr><tr><td>Дата окончания</td><td>Установите дату истечения срока действия купона</td></tr><tr><td>Партнёр</td><td>Разрешить / Заблокировать партнёров для купона</td></tr><tr><td>Квота</td><td>Назначить квоту купона</td></tr><tr><td>Статус</td><td>Статус купона (Утверждён, В ожидании, Отклонён, На удержании)</td></tr><tr><td>Описание</td><td>Добавьте описание, связанное с купоном</td></tr></tbody></table>

Необходимо добавить **`&coupon={coupon_value}`** параметр в постбэке. Он требуется для получения значения купона в соответствующем постбэке.

{% code overflow="wrap" %}

```
https://example.o18.click/p?m=00000&tid={REPLACE}&coupon={coupon_value}
```

{% endcode %}

### **Отчёты по купонам**

1. **Перейдите в Offers » Coupons**
2. **Перейдите в "Coupon Reports"**

Здесь вы можете просмотреть логи, связанные с конкретным кодом купона, ID офера и статусом купона.

### Импорт купонов

1. **Перейдите в Offers » Coupons**
2. **Перейдите в "Import Coupons"**

Информация о купонах будет отображена в табличном формате сразу после загрузки файла

Требуемая информация полей для сопоставления с CSV:

* ID оффера
* Код купона
* Квота
* Дата начала (ГГГГ-ММ-ДД)
* Дата окончания (ГГГГ-ММ-ДД)
* Статус (статус правила купона)
* Партнёр (только ID для разрешения)
* Описание

3. **Исключить первую строку таблицы » отправить**

**Пример файла**

{% file src="/files/8e475a041520da1d420072bb42fe77ab79e847bf" %}


---

# 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/ru/set/offery/kupony.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.
