> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/es/what-would-you-like-to-learn-about/platform-features/promo-codes/promo-codes-overview.md).

# Resumen de los códigos promocionales

Los códigos promocionales son valores únicos que los clientes introducen en un campo designado para recibir un descuento al finalizar la compra. Además de aplicar descuentos, *Seguimiento de códigos promocionales* en impact.com incluyen una lógica de atribución que asigna la venta a un socio o a una fuente de medios específica.

{% hint style="info" %}
**Recuerda:** Los códigos promocionales deben configurarse en tu sistema de comercio electrónico para que los clientes reciban descuentos al introducirlos.
{% endhint %}

#### Haz más con la supervisión de códigos promocionales

Cuando agregas [Monitoreo de códigos promocionales](/brand/es/what-would-you-like-to-learn-about/platform-features/protect-and-monitor-your-performance-program/promo-code-monitoring/guide-to-promo-code-monitoring.md) a tu cuenta, impact.com puede supervisar tus códigos promocionales para detectar usos indebidos e informarte cuando estés en riesgo. Si te interesa, contacta a tu CSM (o [contacte con soporte](https://app.impact.com/support/portal.ihtml?createTicket=true)) para preguntar sobre la actualización.

#### Más información...

* [Activa el seguimiento de códigos promocionales](/brand/es/what-would-you-like-to-learn-about/platform-features/promo-codes/enable-promo-code-tracking.md)
* [Crear un código promocional](/brand/es/what-would-you-like-to-learn-about/platform-features/promo-codes/create-a-promo-code.md)
* [Explicación de Regex](/brand/es/what-would-you-like-to-learn-about/platform-features/promo-codes/regular-expression/regex-explained.md)
* [Carga masiva de códigos promocionales](/brand/es/what-would-you-like-to-learn-about/platform-features/promo-codes/bulk-upload-promo-codes.md)
* [Caducar y reactivar códigos promocionales](/brand/es/what-would-you-like-to-learn-about/platform-features/promo-codes/manage-your-promo-codes.md)
* [Preguntas frecuentes sobre códigos promocionales](/brand/es/what-would-you-like-to-learn-about/platform-features/promo-codes/promo-codes-faq.md)
* [Informe de rendimiento por código promocional](/brand/es/what-would-you-like-to-learn-about/platform-features/multi-program-reports/performance-reports-for-brands/performance-by-promo-code-report.md)
* [Informe avanzado de listado de acciones](/brand/es/what-would-you-like-to-learn-about/platform-features/multi-program-reports/performance-reports-for-brands/advanced-action-listing-report.md)


---

# 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://help.impact.com/brand/es/what-would-you-like-to-learn-about/platform-features/promo-codes/promo-codes-overview.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.
