> 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/enlaces-de-afiliado-de-la-oferta.md).

# Enlaces de afiliado de la oferta

La función Offer Affiliate Links es una herramienta de automatización que simplifica la asignación de ofertas a afiliados mediante configuraciones de reglas predefinidas y personalizables. Puedes crear múltiples reglas basadas en filtros específicos para automatizar completamente el proceso de asignación de ofertas.

Para crear una regla de Offer Affiliate Links, sigue estos pasos:

1. Ve a Offers > Offer Affiliate links
2. Para crear una nueva regla de Automatización, ve a Add Rules
3. Selecciona campos > Enviar

|                                                 |                                                                                                                                                 |
| ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| **Campos**                                      | **Descripción**                                                                                                                                 |
| Nombre de la regla                              | Define el nombre de la regla                                                                                                                    |
| Anunciante                                      | Selecciona ID del anunciante                                                                                                                    |
| Oferta                                          | <p>Incluir : Incluir ofertas para asignar afiliado                                                                                              |
| <br>Excluir : Excluir ofertas de la regla</p>   |                                                                                                                                                 |
| Afiliado                                        | <p>Incluir : Incluir afiliados en la regla                                                                                                      |
| <br>Excluir : Excluir afiliados de la regla</p> |                                                                                                                                                 |
| Moneda de pago                                  | Selecciona la moneda de pago de la oferta                                                                                                       |
| Modelo de pago                                  | Selecciona el modelo de pago de la oferta                                                                                                       |
| Pago mínimo                                     | Define el umbral mínimo de pago                                                                                                                 |
| Pago máximo                                     | Define el pago máximo                                                                                                                           |
| País                                            | Selecciona la segmentación por país según las Ofertas                                                                                           |
| Estado                                          | <p>Activo : El estado de la regla está activo</p><p>Pendiente : El estado de la regla está pendiente<br>Rechazado : La regla está rechazada</p> |

{% hint style="info" %}
**Ofertas públicas** serán asignadas automáticamente a los afiliados elegibles según las reglas configuradas.
{% endhint %}


---

# 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/enlaces-de-afiliado-de-la-oferta.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.
