> 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/es/red/ofertas/crear-oferta-cps.md).

# Crear oferta CPS

#### 1. Ir a Offers **»** Crear Oferta

<figure><img src="/files/7c09eeb231b2b6fccc708a28fffdefff89cb801c" alt=""><figcaption></figcaption></figure>

#### 2. Recopilando detalles básicos

Rellene todos los detalles básicos en la pestaña General de la Oferta.&#x20;

{% hint style="info" %}
[<mark style="color:azul;">**Haga clic aquí para ver Oferta - General**</mark>](/es/red/ofertas/oferta-general.md)
{% endhint %}

#### PARA modelos de campaña 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>Campo</strong></td><td><strong>Modal</strong></td><td><strong>Valor</strong></td></tr><tr><td>Precio del anunciante (Ingresos)</td><td>CPS</td><td>Agregar porcentaje de comisión sobre el monto total de la venta</td></tr><tr><td>Precio del afiliado (Pago)</td><td>CPS</td><td>Porcentaje de pago para afiliados</td></tr></tbody></table>

<figure><img src="/files/035ef085ff8ba4a317c688c4a77fbf9b104e444b" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
[<mark style="color:azul;">**Cálculo de CPS%**</mark>](#calculation-of-cps) se basa en el monto total de la venta enviado por el Anunciante en el Postback bajo el parámetro Postback **\&sale=**
{% endhint %}

#### 3. Enviar para guardar las configuraciones

***

### Obtener Postback para Oferta CPS

**Haga clic en Accesos directos** **»** **Postback**<br>

<figure><img src="/files/952dec3d43d3813efcc3eb079122a878c832936c" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Si el parámetro \&sale= no está configurado en el Postback, entonces los cálculos de ingresos y costo no serán precisos.
{% endhint %}

<figure><img src="/files/580aba897d0ea63b389ce1bec6e4f962eb8222f4" alt=""><figcaption></figcaption></figure>

***

### Cálculo de CPS %

Entendamos el cálculo en una Oferta CPS con un ejemplo&#x20;

**Caso** : Supongamos que la venta recibida de `100` USD. Su comisión es `70`% y el pago al Afiliado es `30`%.

**Cálculo** : En este caso, el cálculo se basará en la `100` USD monto de la venta, proporcionado por el anunciante en el postback.

1. **Ingresos :** 70% de los 100 USD (monto de la venta) **= 70 USD**
2. **Pago :** 30% de los 100 USD (monto de la venta) **= 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/es/red/ofertas/crear-oferta-cps.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.
