> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores.md).

# Tutoriales para editores

- [Añadir zonas publicitarias de ExoClick a aplicaciones](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/adding-exoclick-ad-zones-to-apps.md)
- [Integración de zonas publicitarias de ExoClick con Vue.js](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/exoclick-ad-zone-integration-with-vue.js.md)
- [Anuncios intersticiales de página completa en aplicaciones de una sola página](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/fpi-spa-with-exoclick.md)
- [Cómo mostrar anuncios SFW con ExoClick](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/serve-sfw-ads.md)
- [In-Page Push: Cómo configurar una zona publicitaria de notificaciones push en la página](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/how-set-up-in-page-push-notification-ad-zone.md)
- [In-Stream: Reproductores Wrapper VAST compatibles](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/compatible-vast-wrapper-players.md)
- [In-Stream: Cómo implementar In-Stream. Parte 1.](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/how-implement-in-stream-part1.md)
- [In-Stream: Cómo implementar In-Stream. Parte 2: Ejemplos de implementación](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/how-implement-in-stream-part2.md)
- [In-Stream: Cómo implementar In-Stream. Parte 3: Prueba de la zona publicitaria](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/how-implement-in-stream-part3.md)
- [In-Video: Cómo implementar In-Video (VAST)](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/how-implement-in-video-vast.md)
- [MFPI: Cómo implementar una zona publicitaria intersticial de página completa para móviles](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/how-implement-mobile-fullpage-intestitial-ad-zone.md)
- [Configuración de zona publicitaria multiformato](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/multiformat-adzone-setup.md)
- [Outstream: Cómo implementar una zona publicitaria Outstream](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/how-implement-outstream-ad-zone.md)
- [Popunder: Cómo asegurarte de que tus popunders cumplan las reglas de experiencias publicitarias abusivas](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/how-ensure-popunders-fit-rules-abusive-experiences.md)
- [Popunders: Opciones de activación para zonas publicitarias popunder](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/trigger-options-popunder-ad-zones.md)
- [Ejemplos de redirección de popunder](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/ejemplos-de-redireccion-de-popunder.md)
- [Notificaciones push: Cómo implementar una zona publicitaria de notificaciones push](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/how-implement-push-notifications.md)
- [Notificaciones push: Uso de notificaciones push de múltiples redes](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/using-push-notifications-multiple-networks.md)
- [Cómo usar los códigos de zona publicitaria de ExoClick en WordPress](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/wordpress-exoclick-ad-zone-set-up.md)
- [Video Slider - Cómo configurar una zona publicitaria de video slider](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/how-setup-video-slider-ad-zone.md)
- [Cómo bloquear dinámicamente tipos de anuncios usando data-block-ad-types](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/dynamically-block-ads-using-data-block-ad-types.md)
- [Cómo bloquear dinámicamente tipos de anuncios para zonas In-stream (video) de ExoClick](https://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores/dynamically-block-ad-types-for-exoclick-in-stream-zones.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://docs.exoclick.com/tutorials/es/tutoriales/tutoriales-para-editores.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.
