> 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/sozdat-cps-offer.md).

# Создать CPS-оффер

#### 1. Перейдите в Предложения **»** Создать предложение

<figure><img src="/files/0822a840f66332693310f3d90c3945c4fefee03c" alt=""><figcaption></figcaption></figure>

#### 2. Сбор основных данных

Заполните все основные данные на вкладке «Общие сведения о предложении».&#x20;

{% hint style="info" %}
[<mark style="color:синий;">**Нажмите здесь, чтобы просмотреть Offer - General**</mark>](/ru/set/offery/offer-obshie-svedeniya.md)
{% endhint %}

#### ДЛЯ моделей кампаний CPS <a href="#for-cps-campaign-models" id="for-cps-campaign-models"></a>

<table data-header-hidden><thead><tr><th width="215.90599866609125"></th><th width="150"></th><th width="340"></th></tr></thead><tbody><tr><td><strong>Field</strong></td><td><strong>Modal</strong></td><td><strong>Value</strong></td></tr><tr><td>Advertiser Pricing (Revenue)</td><td>CPS</td><td>Добавьте процент комиссии от общей суммы продажи</td></tr><tr><td>Affiliate Pricing (Payout)</td><td>CPS</td><td>Процент выплат для партнёров</td></tr></tbody></table>

<figure><img src="/files/04e8cd6676fc3dda37382574ec5256e35022ea21" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
[<mark style="color:синий;">**Расчет CPS%**</mark>](#calculation-of-cps) основывается на общей сумме продажи, переданной рекламодателем в постбеке в параметре постбека **\&sale=**
{% endhint %}

#### 3. Отправьте, чтобы сохранить настройки

***

### Получить постбек для CPS-предложения

**Нажмите на Shortcuts** **»** **Postback**<br>

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

{% hint style="warning" %}
Если параметр \&sale= не настроен в постбеке, то расчеты дохода и затрат не будут точными.
{% endhint %}

<figure><img src="/files/8e123969a2eab30315404461dd82ea3425ef6535" alt=""><figcaption></figcaption></figure>

***

### Расчет CPS %

Давайте разберем расчет в CPS-предложении на примере&#x20;

**Случай** : Предположим, полученная продажа составляет `100` USD. Ваша комиссия составляет `70`%, а выплата аффилиату составляет `30`%.

**Расчет** : В этом случае расчет будет основан на сумме продажи в `100` USD, предоставленной рекламодателем в постбеке.

1. **Доход :** 70% от 100 USD (сумма продажи) **= 70 USD**
2. **Выплата :** 30% от 100 USD (сумма продажи) **= 30 USD**

&#x20;


---

# 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/sozdat-cps-offer.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.
